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 {