From e7a1a3bbb3d3439af86249c20371fe07633e655a Mon Sep 17 00:00:00 2001 From: louis chauvet Date: Sat, 1 Sep 2018 19:58:24 +0200 Subject: [PATCH] Add / at begening of path for dropboxfs --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index a4d85bc..c98d065 100644 --- a/main.py +++ b/main.py @@ -141,7 +141,7 @@ class Guild: class FoBot(discord.Client): - def __init__(self, config='foBot_config', *args, **kwargs): + def __init__(self, config='/foBot_config', *args, **kwargs): super().__init__(*args, **kwargs) self.config_folder = config self.config = {"guilds": {}}