From 97b972e38ae460fdb85a6de8f61fc94bfcfaf0fa Mon Sep 17 00:00:00 2001 From: Ske Date: Tue, 18 Dec 2018 18:22:02 +0100 Subject: [PATCH] Don't include a checkmark in pk;message response --- src/pluralkit/bot/commands/message_commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pluralkit/bot/commands/message_commands.py b/src/pluralkit/bot/commands/message_commands.py index 58a2d1cd..2d1e4614 100644 --- a/src/pluralkit/bot/commands/message_commands.py +++ b/src/pluralkit/bot/commands/message_commands.py @@ -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))