mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-17 03:00:13 +00:00
alias: add crime as an alias for pk;crimes
This commit is contained in:
parent
e634b1dee2
commit
3f5094628d
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ public partial class CommandTree
|
|||
return ctx.Execute<ProxiedMessage>(MessageEdit, m => m.EditMessage(ctx, false));
|
||||
if (ctx.Match("x"))
|
||||
return ctx.Execute<ProxiedMessage>(MessageEdit, m => m.EditMessage(ctx, true));
|
||||
if (ctx.Match("reproxy", "rp", "crimes"))
|
||||
if (ctx.Match("reproxy", "rp", "crimes", "crime"))
|
||||
return ctx.Execute<ProxiedMessage>(MessageReproxy, m => m.ReproxyMessage(ctx));
|
||||
if (ctx.Match("log"))
|
||||
if (ctx.Match("channel"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue