|
|
@ -53,6 +53,6 @@ def extensions():
|
|
|
|
help_ext = ['cogs.help.admin', 'cogs.help.help', 'cogs.help.self_roles',
|
|
|
|
help_ext = ['cogs.help.admin', 'cogs.help.help', 'cogs.help.self_roles',
|
|
|
|
'cogs.help.info', 'cogs.help.verification', 'cogs.help.modmail']
|
|
|
|
'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.eightball', 'cogs.fun.enso', 'cogs.fun.fun', 'cogs.fun.owo_text', 'cogs.fun.reminder']
|
|
|
|
|
|
|
|
|
|
|
|
return (anime_ext, help_ext, fun_ext)
|
|
|
|
return (anime_ext, help_ext, fun_ext)
|
|
|
|