added some extra logging

This commit is contained in:
2021-05-12 14:07:09 +01:00
parent f237ad413d
commit 0c97baabb6
2 changed files with 8 additions and 3 deletions

View File

@ -1,8 +1,6 @@
#[macro_use]
extern crate lazy_static;
extern crate reqwest;
mod error;
mod event_handlers;
mod framework;