Add / at begening of path for dropboxfs
This commit is contained in:
parent
0450242f70
commit
e7a1a3bbb3
2
main.py
2
main.py
@ -141,7 +141,7 @@ class Guild:
|
|||||||
|
|
||||||
class FoBot(discord.Client):
|
class FoBot(discord.Client):
|
||||||
|
|
||||||
def __init__(self, config='foBot_config', *args, **kwargs):
|
def __init__(self, config='/foBot_config', *args, **kwargs):
|
||||||
super().__init__(*args, **kwargs)
|
super().__init__(*args, **kwargs)
|
||||||
self.config_folder = config
|
self.config_folder = config
|
||||||
self.config = {"guilds": {}}
|
self.config = {"guilds": {}}
|
||||||
|
Loading…
Reference in New Issue
Block a user