fix: Formatting issues in focuswith.
This commit is contained in:
@@ -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):
|
||||||
|
|||||||
Reference in New Issue
Block a user