Add meme cog

This commit is contained in:
CramMK
2020-04-24 17:04:47 +02:00
parent f20fec4431
commit 1560e2005d

View File

@@ -1,7 +1,7 @@
""" """
Initally loaded cogs Initally loaded cogs
Don't remove the "admin" cog or tou won't be able to load cogs Don't remove the "admin" cog or you won't be able to load cogs
from with the Discord-Client from the Discord-Client
""" """
__cogs__ = [ __cogs__ = [
@@ -11,5 +11,6 @@ __cogs__ = [
"cogs.help", "cogs.help",
"cogs.utility", "cogs.utility",
"cogs.anime", "cogs.anime",
"cogs.music" "cogs.music",
"cogs.meme"
] ]