bump version
This commit is contained in:
parent
bd7ad925d0
commit
02064d5709
|
@ -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
|
||||
|
|
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue