mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
Don't include a checkmark in pk;message response
This commit is contained in:
parent
ef7fc4397a
commit
97b972e38a
1 changed files with 1 additions and 1 deletions
|
|
@ -15,4 +15,4 @@ async def message_info(ctx: CommandContext):
|
|||
raise CommandError(
|
||||
"Message with ID '{}' not found. Are you sure it's a message proxied by PluralKit?".format(mid))
|
||||
|
||||
await ctx.reply_ok(embed=await embeds.message_card(ctx.client, message))
|
||||
await ctx.reply(embed=await embeds.message_card(ctx.client, message))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue