Version number for debug

This commit is contained in:
Ladislav Hano 2024-02-16 22:31:12 +01:00
parent cc40a25528
commit 4b46ee9166

View file

@ -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;