From e802ddae7a8d4d5c4e3a3819fc806cb2bceb3d84 Mon Sep 17 00:00:00 2001 From: sgoudham Date: Wed, 22 Jul 2020 07:10:44 +0100 Subject: [PATCH] Adding command description --- cogs/fun.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cogs/fun.py b/cogs/fun.py index 58069d9f..b04c0a18 100644 --- a/cogs/fun.py +++ b/cogs/fun.py @@ -57,6 +57,8 @@ def generate_meme(image_path, top_text, bottom_text='', font_path='homies/impact # Set up the cog class Fun(commands.Cog): + """Fun commands! (8ball, Doggo etc!)""" + def __init__(self, bot): self.bot = bot