pull/134/head
stijndcl 2022-09-23 14:27:56 +02:00
parent d03ece6f58
commit ddd632ffd5
1 changed files with 1 additions and 1 deletions

View File

@ -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