From 2a2ff9fd9b4fdfabf9dd0aa86712938f7409ee5c Mon Sep 17 00:00:00 2001 From: EvilDeaaaadd Date: Sat, 11 Jan 2020 00:05:55 +0200 Subject: [PATCH] bump version --- Cargo.toml | 4 ++-- src/main.rs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7b07963..32f6efc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "rustcord" -version = "0.2.2" -authors = ["EvilDeaaaadd "] +version = "0.2.5" +authors = ["Agatha "] 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 ae4fd96..6804ae0 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() {