remove cursed ad

This commit is contained in:
EvilDeaaaadd 2020-01-11 00:00:28 +02:00
parent 3b8d113bad
commit bd7ad925d0
1 changed files with 3 additions and 1 deletions

View File

@ -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 {