mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-08 06:47:56 +00:00
feat: make pk;reproxy handle keepproxy correctly
This commit is contained in:
parent
40955ffc69
commit
d500aacd2d
2 changed files with 10 additions and 4 deletions
|
|
@ -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 });
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue