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: