From 2cba5d0bbf22c93717744caa95b651893e602b38 Mon Sep 17 00:00:00 2001 From: Interitio Date: Mon, 25 May 2026 15:47:00 +0300 Subject: [PATCH] fix: Formatting issues in focuswith. --- hyperfocus/twitch/component.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hyperfocus/twitch/component.py b/hyperfocus/twitch/component.py index b33d403..287debe 100644 --- a/hyperfocus/twitch/component.py +++ b/hyperfocus/twitch/component.py @@ -303,9 +303,11 @@ class FocusComponent(cmds.Component): durstr = strfdelta(end_at - now) 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! ☘️🍀☘️ " ) + else: + await ctx.reply(f"{user.name} is not hyperfocused!") @cmds.command(name="addfocus") async def addfocus_cmd(self, ctx):