diff --git a/exportchannels/exportchannels.py b/exportchannels/exportchannels.py index 9e4bac0..f4eb60c 100644 --- a/exportchannels/exportchannels.py +++ b/exportchannels/exportchannels.py @@ -14,6 +14,8 @@ class ExportChannels(commands.Cog): bot_token = None ) + class ConfigException(Exception): + pass async def export(self, channels: list): token = await self.config.bot_token()