smol bot
oops
| -rw-r--r-- | src/bot/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bot/mod.rs b/src/bot/mod.rs index e46457d..b96699b 100644 --- a/src/bot/mod.rs +++ b/src/bot/mod.rs @@ -277,6 +277,7 @@ const CAT: &str = pub struct Bot; impl Bot { pub async fn spawn() { + use emoji::named::*; println!("bot startup"); let tok = std::env::var("TOKEN").unwrap_or_else(|_| read_to_string("token").expect("wher token")); |