|
|
@ -50,7 +50,8 @@ def extensions():
|
|
|
|
# Instantiates a list for all the cogs
|
|
|
|
# Instantiates a list for all the cogs
|
|
|
|
anime_ext = ['cogs.anime.interactive', 'cogs.anime.waifu_husbandos']
|
|
|
|
anime_ext = ['cogs.anime.interactive', 'cogs.anime.waifu_husbandos']
|
|
|
|
|
|
|
|
|
|
|
|
help_ext = ['cogs.help.admin', 'cogs.help.help', 'cogs.help.self_roles', 'cogs.help.info', 'cogs.help.verification']
|
|
|
|
help_ext = ['cogs.help.admin', 'cogs.help.help', 'cogs.help.self_roles',
|
|
|
|
|
|
|
|
'cogs.help.info', 'cogs.help.verification', 'cogs.help.modmail']
|
|
|
|
|
|
|
|
|
|
|
|
fun_ext = ['cogs.fun.8ball', 'cogs.fun.enso', 'cogs.fun.fun', 'cogs.fun.owo_text', 'cogs.fun.reminder']
|
|
|
|
fun_ext = ['cogs.fun.8ball', 'cogs.fun.enso', 'cogs.fun.fun', 'cogs.fun.owo_text', 'cogs.fun.reminder']
|
|
|
|
|
|
|
|
|
|
|
|