crimes
This commit is contained in:
		@@ -48,7 +48,7 @@ public partial class CommandTree
 | 
			
		||||
            return ctx.Execute<ProxiedMessage>(Message, m => m.GetMessage(ctx));
 | 
			
		||||
        if (ctx.Match("edit", "e"))
 | 
			
		||||
            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));
 | 
			
		||||
        if (ctx.Match("log"))
 | 
			
		||||
            if (ctx.Match("channel"))
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user