From e24b8788b89184e9383708d4d4859c338a69caa0 Mon Sep 17 00:00:00 2001 From: WanderingPenwing Date: Sun, 14 Jul 2024 14:40:46 +0200 Subject: [PATCH] removed relic of token file --- src/bot.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/bot.rs b/src/bot.rs index 729a38e..dbdfe88 100644 --- a/src/bot.rs +++ b/src/bot.rs @@ -17,8 +17,6 @@ use tokio::time::interval; use crate::postman; use crate::discord_structure; -pub mod token; - const HELP_MESSAGE: &str = "Hello there, Human! I am a messenger for the wandering penwing."; const HELP_COMMAND: &str = "!penwing"; const PACKET_REFRESH : u64 = 500;