From 332579ddda39ee7e71d168c7ed6e58baee37842e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Hells=C3=A9n?= Date: Fri, 18 Mar 2022 02:02:16 +0100 Subject: [PATCH] Change variable name so you see that it is not needed --- discord_reminder_bot/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord_reminder_bot/main.py b/discord_reminder_bot/main.py index b2f7d99..e9bc835 100644 --- a/discord_reminder_bot/main.py +++ b/discord_reminder_bot/main.py @@ -359,7 +359,7 @@ async def remind_list(ctx: SlashContext): Args: ctx (SlashContext): Context. The meta data about the slash command. """ - list_embed, jobs_dict = make_list(ctx) + list_embed, _ = make_list(ctx) # The empty embed has 76 characters if len(list_embed) <= 76: