From 9cbbd220acc9f41756a56b0c6abb154b9ac69778 Mon Sep 17 00:00:00 2001 From: Ske Date: Sun, 5 Jun 2022 20:42:27 +0200 Subject: [PATCH] crimes --- PluralKit.Bot/CommandMeta/CommandTree.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PluralKit.Bot/CommandMeta/CommandTree.cs b/PluralKit.Bot/CommandMeta/CommandTree.cs index d29c0751..b5b65dc9 100644 --- a/PluralKit.Bot/CommandMeta/CommandTree.cs +++ b/PluralKit.Bot/CommandMeta/CommandTree.cs @@ -48,7 +48,7 @@ public partial class CommandTree return ctx.Execute(Message, m => m.GetMessage(ctx)); if (ctx.Match("edit", "e")) return ctx.Execute(MessageEdit, m => m.EditMessage(ctx)); - if (ctx.Match("reproxy", "rp")) + if (ctx.Match("reproxy", "rp", "crimes")) return ctx.Execute(MessageReproxy, m => m.ReproxyMessage(ctx)); if (ctx.Match("log")) if (ctx.Match("channel"))