1
0
Fork 0
mirror of https://github.com/icewind1991/RGBot synced 2026-06-04 04:24:09 +02:00

bumb dependencies

This commit is contained in:
Robin Appelman 2020-07-30 23:31:35 +02:00
commit 415edcbf78
4 changed files with 704 additions and 1100 deletions

View file

@ -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");