Add / at begening of path for dropboxfs

This commit is contained in:
louis chauvet 2018-09-01 19:58:24 +02:00
parent 0450242f70
commit e7a1a3bbb3

View File

@ -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": {}}