Some small improvements
This commit is contained in:
@@ -2,18 +2,15 @@
|
||||
A simple reminder option
|
||||
"""
|
||||
|
||||
# IMPORTS
|
||||
import discord
|
||||
from discord.ext import commands
|
||||
|
||||
# COG INIT
|
||||
|
||||
class Reminder(commands.Cog):
|
||||
def __init__(self, bot):
|
||||
self.bot = bot
|
||||
|
||||
# COG BODY
|
||||
|
||||
|
||||
# COG ENDING
|
||||
|
||||
def setup(bot):
|
||||
bot.add_cog(Reminder(bot))
|
||||
|
||||
Reference in New Issue
Block a user