Add new meme cog

This commit is contained in:
CramMK
2020-04-24 16:35:44 +02:00
parent 061a35fd8e
commit 885967b96c
6 changed files with 50 additions and 20 deletions

View File

@@ -65,14 +65,6 @@ class Utility(commands.Cog):
await ctx.send(response)
@commands.command(name="ollimeme")
async def olli_meme(self, ctx):
"""
Sends a high quality Olli Meme
"""
meme = random.choice(loadconfig.__olli_memes__)
await ctx.send(meme)
# COG ENDING
def setup(bot):