feat: added configexception

This commit is contained in:
Seaswimmer 2023-08-11 16:49:31 -04:00
parent a014770ca2
commit 97c6bcfa2b
No known key found for this signature in database
GPG key ID: 5019678FD9CF50D8

View file

@ -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()