From a9e33f6c0933257aaa1cf6c7eda1ba8db72718f9 Mon Sep 17 00:00:00 2001 From: sgoudham Date: Thu, 2 Jul 2020 02:13:19 +0100 Subject: [PATCH] Added more commentary --- cogs/fun/reminder.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cogs/fun/reminder.py b/cogs/fun/reminder.py index 7a835297..96d69ac4 100644 --- a/cogs/fun/reminder.py +++ b/cogs/fun/reminder.py @@ -4,6 +4,7 @@ from discord.ext import commands from discord.ext.commands import command +# Set up the Cog class Reminder(commands.Cog): def __init__(self, bot): self.bot = bot