Skip to content

Commit d6de08a

Browse files
Change grammar
1 parent c62b0f8 commit d6de08a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

bot/decorators.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,9 +165,9 @@ async def inner(self: Cog, ctx: Context, *args, **kwargs) -> None:
165165
paste_link = paste_response.link
166166

167167
if ping_user:
168-
await ctx.send(f"Here's the output of [your command]({paste_link}), {ctx.author.mention}")
168+
await ctx.send(f"Here's the output of [your command]({paste_link}), {ctx.author.mention}:")
169169
else:
170-
await ctx.send(f"Here's the output of [your command]({paste_link})")
170+
await ctx.send(f"Here's the output of [your command]({paste_link}):")
171171
scheduling.create_task(func(self, ctx, *args, **kwargs))
172172

173173
message = await old_channel.send(

0 commit comments

Comments
 (0)