10 lines
255 B
Python
10 lines
255 B
Python
# Initally loaded cogs
|
|
# Don't remove the "admin" cog or tou won't be able to load cogs
|
|
# from with the Discord-Client
|
|
__cogs__ = [
|
|
"cogs.admin",
|
|
"cogs.general",
|
|
"cogs.welcome",
|
|
"cogs.help",
|
|
"cogs.utility"
|
|
] |