diff --git a/Cargo.toml b/Cargo.toml index 220aae6..839cc4c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "rustcord" -version = "0.2.2" -authors = [" <@protonmail.com>"] +version = "0.2.5" +authors = ["Agatha <@protonmail.com>"] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/src/main.rs b/src/main.rs index e2b4b5b..1b9e0bd 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, help, compare_bot, what, owo, info] }); fn main() {