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):