Implemented radio player and partially some other players #6

Merged
HLadislav merged 21 commits from player into main 2025-01-26 21:57:27 +00:00
Showing only changes of commit 3c8cf4e663 - Show all commits

View file

@ -52,7 +52,7 @@ impl EventHandler for Handler {
}
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")] {
use util::debug::hello;