Fix bug in reminders list

This commit is contained in:
Zeva Rose 2022-10-06 16:18:45 +00:00
parent 42992e76f8
commit 6f4d93a881

View file

@ -181,7 +181,7 @@ class RemindmeCog(Extension):
fields = []
for reminder in reminders:
if reminder.private and isinstance(ctx.channel, GuildChannel):
fields.embed(
fields.append(
EmbedField(
name=f"<t:{int(reminder.remind_at.timestamp())}:F> (<t:{int(reminder.remind_at.timestamp())}:R>)",
value="Please DM me this command to view the content of this reminder",