feat: dynamically show primary command prefix

This commit is contained in:
rladenson 2024-12-31 08:09:18 -07:00
parent 2b5fab9689
commit a7978671c5
30 changed files with 202 additions and 197 deletions

View file

@ -80,7 +80,7 @@ public class ProxiedMessage
try
{
await _proxy.ExecuteReproxy(ctx.Message, msg, members, match);
await _proxy.ExecuteReproxy(ctx.Message, msg, members, match, ctx.DefaultPrefix);
if (ctx.Guild == null)
await _rest.CreateReaction(ctx.Channel.Id, ctx.Message.Id, new Emoji { Name = Emojis.Success });