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