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