Added more commentary

pull/4/head
sgoudham 4 years ago
parent 316d70fb95
commit a9e33f6c09

@ -4,6 +4,7 @@ from discord.ext import commands
from discord.ext.commands import command from discord.ext.commands import command
# Set up the Cog
class Reminder(commands.Cog): class Reminder(commands.Cog):
def __init__(self, bot): def __init__(self, bot):
self.bot = bot self.bot = bot

Loading…
Cancel
Save