From 6f4d93a88130b61a6eb73abd33d7c26f893e4bda Mon Sep 17 00:00:00 2001 From: zevaryx Date: Thu, 6 Oct 2022 16:18:45 +0000 Subject: [PATCH] Fix bug in reminders list --- jarvis/cogs/remindme.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jarvis/cogs/remindme.py b/jarvis/cogs/remindme.py index 9d2f0ce..53a4874 100644 --- a/jarvis/cogs/remindme.py +++ b/jarvis/cogs/remindme.py @@ -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" ()", value="Please DM me this command to view the content of this reminder",