mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
crimes
This commit is contained in:
parent
1b2dcdb26d
commit
9cbbd220ac
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ public partial class CommandTree
|
||||||
return ctx.Execute<ProxiedMessage>(Message, m => m.GetMessage(ctx));
|
return ctx.Execute<ProxiedMessage>(Message, m => m.GetMessage(ctx));
|
||||||
if (ctx.Match("edit", "e"))
|
if (ctx.Match("edit", "e"))
|
||||||
return ctx.Execute<ProxiedMessage>(MessageEdit, m => m.EditMessage(ctx));
|
return ctx.Execute<ProxiedMessage>(MessageEdit, m => m.EditMessage(ctx));
|
||||||
if (ctx.Match("reproxy", "rp"))
|
if (ctx.Match("reproxy", "rp", "crimes"))
|
||||||
return ctx.Execute<ProxiedMessage>(MessageReproxy, m => m.ReproxyMessage(ctx));
|
return ctx.Execute<ProxiedMessage>(MessageReproxy, m => m.ReproxyMessage(ctx));
|
||||||
if (ctx.Match("log"))
|
if (ctx.Match("log"))
|
||||||
if (ctx.Match("channel"))
|
if (ctx.Match("channel"))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue