From 1560e2005d83ac24ef8ccbaa12e4fcaa0bd05bd4 Mon Sep 17 00:00:00 2001 From: CramMK Date: Fri, 24 Apr 2020 17:04:47 +0200 Subject: [PATCH] Add meme cog --- config/cogs.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/config/cogs.py b/config/cogs.py index 7a8b678..55c7abc 100644 --- a/config/cogs.py +++ b/config/cogs.py @@ -1,7 +1,7 @@ """ Initally loaded cogs -Don't remove the "admin" cog or tou won't be able to load cogs -from with the Discord-Client +Don't remove the "admin" cog or you won't be able to load cogs +from the Discord-Client """ __cogs__ = [ @@ -11,5 +11,6 @@ __cogs__ = [ "cogs.help", "cogs.utility", "cogs.anime", - "cogs.music" + "cogs.music", + "cogs.meme" ]