mirror of https://github.com/stijndcl/didier
Fix typo
parent
d03ece6f58
commit
ddd632ffd5
|
@ -226,7 +226,7 @@ class Tasks(commands.Cog):
|
|||
|
||||
# This is slightly ugly, but it's the best way to go about it
|
||||
# There won't be a lot of categories anyway
|
||||
if category == enums.ReminderCategory:
|
||||
if category == enums.ReminderCategory.LES:
|
||||
await self._send_les_reminders(entries)
|
||||
|
||||
@reminders.before_loop
|
||||
|
|
Loading…
Reference in New Issue