chore: changed version
This commit is contained in:
parent
49f09082e9
commit
3c8cf4e663
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ impl EventHandler for Handler {
|
||||||
}
|
}
|
||||||
|
|
||||||
async fn ready(&self, ctx: Context, ready: Ready) {
|
async fn ready(&self, ctx: Context, ready: Ready) {
|
||||||
println!("{} v0.3 is connected!", ready.user.name);
|
println!("{} v3.2.0 is connected!", ready.user.name);
|
||||||
|
|
||||||
#[cfg(feature="RELEASE")] {
|
#[cfg(feature="RELEASE")] {
|
||||||
use util::debug::hello;
|
use util::debug::hello;
|
||||||
|
|
Loading…
Reference in a new issue