mirror of
https://github.com/revanced/revanced-discord-bot.git
synced 2025-04-30 14:34:29 +02:00
5 lines
80 B
Rust
5 lines
80 B
Rust
pub fn init() {
|
|
// TODO: log to file
|
|
tracing_subscriber::fmt::init();
|
|
}
|