forked from sorceress/rustcord
remove cursed ad
This commit is contained in:
parent
3b8d113bad
commit
bd7ad925d0
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue