This commit is contained in:
2025-09-22 23:37:36 +10:00
parent 033fc5c1ae
commit 21b1f9c3ab

View File

@@ -540,7 +540,7 @@ class SubathonComponent(cmds.Component):
line = f"{goal.required_score} points: {goal.description}" line = f"{goal.required_score} points: {goal.description}"
goalstrs.append(line) goalstrs.append(line)
if goalstrs if goalstrs:
text = ', '.join(goalstrs) text = ', '.join(goalstrs)
await ctx.reply(f"{active.name} Goals Remaining -- {text}") await ctx.reply(f"{active.name} Goals Remaining -- {text}")
elif goals: elif goals: