mirror of
https://github.com/icewind1991/RGBot
synced 2026-06-04 04:24:09 +02:00
bumb dependencies
This commit is contained in:
parent
d952551e27
commit
415edcbf78
4 changed files with 704 additions and 1100 deletions
|
|
@ -162,6 +162,7 @@ impl EventHandler for Handler {
|
|||
}
|
||||
|
||||
fn main() {
|
||||
dotenv::dotenv().unwrap();
|
||||
env_logger::init();
|
||||
|
||||
let token = env::var("DISCORD_TOKEN").expect("Expected a token in the environment");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue