From 21b1f9c3ab66c4a063910dba3749a3cb82fd9fd7 Mon Sep 17 00:00:00 2001 From: Interitio Date: Mon, 22 Sep 2025 23:37:36 +1000 Subject: [PATCH] Fix typo --- subathon/component.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subathon/component.py b/subathon/component.py index d95602d..9573dad 100644 --- a/subathon/component.py +++ b/subathon/component.py @@ -540,7 +540,7 @@ class SubathonComponent(cmds.Component): line = f"{goal.required_score} points: {goal.description}" goalstrs.append(line) - if goalstrs + if goalstrs: text = ', '.join(goalstrs) await ctx.reply(f"{active.name} Goals Remaining -- {text}") elif goals: