Version number for debug
This commit is contained in:
parent
4a7ac0c023
commit
ea1afa270c
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ impl EventHandler for Handler {
|
|||
}
|
||||
|
||||
async fn ready(&self, ctx: Context, ready: Ready) {
|
||||
println!("{} is connected!", ready.user.name);
|
||||
println!("{} v0.2 is connected!", ready.user.name);
|
||||
|
||||
#[cfg(feature="RELEASE")] {
|
||||
use util::debug::hello;
|
||||
|
|
Loading…
Reference in a new issue