mirror of
https://github.com/revanced/revanced-discord-bot.git
synced 2025-05-02 07:24:25 +02:00
5 lines
74 B
Rust
5 lines
74 B
Rust
pub fn init() {
|
|
// TODO: log to file
|
|
tracing_subscriber::fmt::init();
|
|
}
|