remove cursed ad
This commit is contained in:
parent
3b8d113bad
commit
bd7ad925d0
|
@ -35,7 +35,7 @@ impl EventHandler for Handler {
|
||||||
group!({
|
group!({
|
||||||
name: "general",
|
name: "general",
|
||||||
options: {},
|
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() {
|
fn main() {
|
||||||
|
@ -300,6 +300,7 @@ fn sausage(ctx: &mut Context, message: &Message) -> CommandResult {
|
||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
#[command]
|
#[command]
|
||||||
#[checks(Server)]
|
#[checks(Server)]
|
||||||
fn ad(ctx: &mut Context, message: &Message) -> CommandResult {
|
fn ad(ctx: &mut Context, message: &Message) -> CommandResult {
|
||||||
|
@ -313,6 +314,7 @@ fn ad(ctx: &mut Context, message: &Message) -> CommandResult {
|
||||||
|
|
||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
#[command]
|
#[command]
|
||||||
fn help(ctx: &mut Context, message: &Message) -> CommandResult {
|
fn help(ctx: &mut Context, message: &Message) -> CommandResult {
|
||||||
|
|
Loading…
Reference in New Issue