fix: made bot token default to None instead of 0
This commit is contained in:
parent
84b11bf28b
commit
7054a3e181
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ class ExportChannels(commands.Cog):
|
||||||
self.bot = bot
|
self.bot = bot
|
||||||
self.config = Config.get_conf(self, identifier=48258471944753312)
|
self.config = Config.get_conf(self, identifier=48258471944753312)
|
||||||
self.config.register_global(
|
self.config.register_global(
|
||||||
bot_token = "0"
|
bot_token = None
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue