This commit is contained in:
stijndcl 2022-09-23 14:27:56 +02:00
parent d03ece6f58
commit ddd632ffd5

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