better name for reminder cog
This commit is contained in:
parent
601afccdbd
commit
f0a1ec3ad4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Reference in a new issue