feat: make pk;reproxy handle keepproxy correctly

This commit is contained in:
Iris System
2022-05-27 11:08:32 +12:00
parent 40955ffc69
commit d500aacd2d
2 changed files with 10 additions and 4 deletions

View File

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