mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
fix: respect cfg settings for displaying ids in pk;msg
This commit is contained in:
parent
e1c2e6b6d6
commit
1b55d1c6a4
1 changed files with 1 additions and 1 deletions
|
|
@ -432,7 +432,7 @@ public class ProxiedMessage
|
||||||
return;
|
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)
|
private async Task DeleteCommandMessage(Context ctx, ulong messageId)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue