Fix subathon string.

This commit is contained in:
2025-07-28 14:11:02 +10:00
parent 3cd243f3eb
commit 03d50fbe92

View File

@@ -248,7 +248,7 @@ class SubathonComponent(cmds.Component):
duration = strfdelta(timedelta(seconds=secs))
text = (
f"Subathon running for {duration}! {score} (equivalent) subscriptions recieved, {goals}, and {remaining} left on the timer"
f"Subathon running for {duration}! {score} (equivalent) subscriptions recieved, {goalstr}, and {remaining} left on the timer"
)
await ctx.reply(text)
else: