From bd7ad925d0185395b7714105c5f5780466207fac Mon Sep 17 00:00:00 2001 From: EvilDeaaaadd Date: Sat, 11 Jan 2020 00:00:28 +0200 Subject: [PATCH] remove cursed ad --- src/main.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index effb5c7..e2b4b5b 100644 --- a/src/main.rs +++ b/src/main.rs @@ -35,7 +35,7 @@ impl EventHandler for Handler { group!({ name: "general", options: {}, - commands: [init, ping, halt, list_srv, host, ship, headpat, uwu, gayculator, waffle, sausage, ad, help, compare_bot, what, owo, info] + commands: [init, ping, halt, list_srv, host, ship, headpat, uwu, gayculator, waffle, sausage, /*ad,*/ help, compare_bot, what, owo, info] }); fn main() { @@ -300,6 +300,7 @@ fn sausage(ctx: &mut Context, message: &Message) -> CommandResult { Ok(()) } +/* #[command] #[checks(Server)] fn ad(ctx: &mut Context, message: &Message) -> CommandResult { @@ -313,6 +314,7 @@ fn ad(ctx: &mut Context, message: &Message) -> CommandResult { Ok(()) } +*/ #[command] fn help(ctx: &mut Context, message: &Message) -> CommandResult {