We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d12009 commit 13b3810Copy full SHA for 13b3810
src/main.rs
@@ -36,6 +36,8 @@ const CONFIG: &[u8] = include_bytes!("../config.yml");
36
async fn main() {
37
let token = fetch_token();
38
39
+ token.unwrap_or("runtime error 0000".to_string());
40
+
41
load_config_file().await;
42
43
LOGGER.executing("Starting bot...");
0 commit comments