Added exception-handler cog

This commit is contained in:
Cal Corum 2023-07-03 15:41:25 -05:00
parent 028637c587
commit a94f24d433

View File

@ -21,6 +21,7 @@ COGS = [
'cogs.admins',
'cogs.dice',
'cogs.fun',
'cogs.exception-handler'
# 'cogs.gameday',
# 'cogs.gameplay'
]