Skip to content

Commit 44823c6

Browse files
committed
fix message formatting
1 parent 5e12cf3 commit 44823c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bot.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ async def hell(ctx: discord.ext.commands.Context, channel_alias: str):
181181

182182
messages = await hell_counter(channel_id)
183183
if len(messages) > 0:
184-
await ctx.channel.send(f"Blue's curation journey in {channel_alias} channel is {len(messages)} messages long.\n"
184+
await ctx.channel.send(f"Blue's curation journey in `{channel_alias}` channel is `{len(messages)}` messages long.\n"
185185
f"🔗 {messages[-1].jump_url}")
186186
else:
187187
await ctx.channel.send(f"Blue has earned his freedom... for now.")

0 commit comments

Comments
 (0)