Change variable name so you see that it is not needed

This commit is contained in:
2022-03-18 02:02:16 +01:00
parent a3f187514f
commit 332579ddda

View File

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