diff --git a/exportchannels/exportchannels.py b/exportchannels/exportchannels.py index 8eac167..3437ce2 100644 --- a/exportchannels/exportchannels.py +++ b/exportchannels/exportchannels.py @@ -11,7 +11,7 @@ class ExportChannels(commands.Cog): self.bot = bot self.config = Config.get_conf(self, identifier=48258471944753312) self.config.register_global( - bot_token = "0" + bot_token = None )