From 97c6bcfa2ba26a14dd78ea79cd57d750742e5d3f Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Fri, 11 Aug 2023 16:49:31 -0400 Subject: [PATCH] feat: added configexception --- exportchannels/exportchannels.py | 2 ++ 1 file changed, 2 insertions(+) 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()