fix: Formatting issues in focuswith.

This commit is contained in:
2026-05-25 15:47:00 +03:00
parent 869b401314
commit 2cba5d0bbf
+3 -1
View File
@@ -303,9 +303,11 @@ class FocusComponent(cmds.Component):
durstr = strfdelta(end_at - now) durstr = strfdelta(end_at - now)
await ctx.reply( await ctx.reply(
f"{ctx.chatter.name} follows {user.name} into HYPERFOCUS for the next {durstr}!" f"{ctx.chatter.name} follows {user.name} into HYPERFOCUS for the next {durstr}! "
"Best of luck! ☘️🍀☘️ " "Best of luck! ☘️🍀☘️ "
) )
else:
await ctx.reply(f"{user.name} is not hyperfocused!")
@cmds.command(name="addfocus") @cmds.command(name="addfocus")
async def addfocus_cmd(self, ctx): async def addfocus_cmd(self, ctx):