Skip to content

Commit 13b3810

Browse files
committed
okkkKKkk
1 parent 0d12009 commit 13b3810

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ const CONFIG: &[u8] = include_bytes!("../config.yml");
3636
async fn main() {
3737
let token = fetch_token();
3838

39+
token.unwrap_or("runtime error 0000".to_string());
40+
3941
load_config_file().await;
4042

4143
LOGGER.executing("Starting bot...");

0 commit comments

Comments
 (0)