JuicyBot_Base/config/cogs.py

6 lines
87 B
Python
Raw Normal View History

2020-05-05 13:06:53 +02:00
__cogs__ = [
'commands.admin',
'commands.help',
'handlers.errorHandling'
]