diff --git a/src/cogs/reminder.py b/src/cogs/reminder.py index 47a032a..f4e86ce 100644 --- a/src/cogs/reminder.py +++ b/src/cogs/reminder.py @@ -8,7 +8,7 @@ from utils.time import stringTempsVersSecondes, nowUTC, intToDatetime, timedelta def setup(client): client.add_cog(ReminderDiscord(client)) -class ReminderDiscord(commands.Cog): +class ReminderDiscord(commands.Cog, name="Reminder"): """Commandes relatives aux reminder.""" def __init__(self, client): self.client = client