mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-06 22:07:55 +00:00
fix: pk;msg now respects cfg settings for displaying ids
This commit is contained in:
parent
0c802ab0bd
commit
ead966f2be
1 changed files with 1 additions and 1 deletions
|
|
@ -432,7 +432,7 @@ public class ProxiedMessage
|
|||
return;
|
||||
}
|
||||
|
||||
await ctx.Reply(embed: await _embeds.CreateMessageInfoEmbed(message, showContent));
|
||||
await ctx.Reply(embed: await _embeds.CreateMessageInfoEmbed(message, showContent, ctx.Config));
|
||||
}
|
||||
|
||||
private async Task DeleteCommandMessage(Context ctx, ulong messageId)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue