fix: pk;msg now respects cfg settings for displaying ids

This commit is contained in:
rladenson 2024-11-08 21:07:09 -07:00
parent 0c802ab0bd
commit ead966f2be

View file

@ -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)