Fix typo
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user