We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e12cf3 commit 44823c6Copy full SHA for 44823c6
bot.py
@@ -181,7 +181,7 @@ async def hell(ctx: discord.ext.commands.Context, channel_alias: str):
181
182
messages = await hell_counter(channel_id)
183
if len(messages) > 0:
184
- await ctx.channel.send(f"Blue's curation journey in {channel_alias} channel is {len(messages)} messages long.\n"
+ await ctx.channel.send(f"Blue's curation journey in `{channel_alias}` channel is `{len(messages)}` messages long.\n"
185
f"🔗 {messages[-1].jump_url}")
186
else:
187
await ctx.channel.send(f"Blue has earned his freedom... for now.")
0 commit comments