mirror of
https://github.com/stijndcl/didier.git
synced 2026-04-28 18:05:47 +02:00
Fix typo
This commit is contained in:
parent
d03ece6f58
commit
ddd632ffd5
1 changed files with 1 additions and 1 deletions
|
|
@ -226,7 +226,7 @@ class Tasks(commands.Cog):
|
||||||
|
|
||||||
# This is slightly ugly, but it's the best way to go about it
|
# This is slightly ugly, but it's the best way to go about it
|
||||||
# There won't be a lot of categories anyway
|
# There won't be a lot of categories anyway
|
||||||
if category == enums.ReminderCategory:
|
if category == enums.ReminderCategory.LES:
|
||||||
await self._send_les_reminders(entries)
|
await self._send_les_reminders(entries)
|
||||||
|
|
||||||
@reminders.before_loop
|
@reminders.before_loop
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue