fix: Formatting issues in focuswith.

This commit is contained in:
2026-05-25 15:47:00 +03:00
parent 869b401314
commit 2cba5d0bbf
+2
View File
@@ -306,6 +306,8 @@ class FocusComponent(cmds.Component):
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):