removed relic of token file

This commit is contained in:
WanderingPenwing 2024-07-14 14:40:46 +02:00
parent 98ac419020
commit e24b8788b8

View file

@ -17,8 +17,6 @@ use tokio::time::interval;
use crate::postman; use crate::postman;
use crate::discord_structure; use crate::discord_structure;
pub mod token;
const HELP_MESSAGE: &str = "Hello there, Human! I am a messenger for the wandering penwing."; const HELP_MESSAGE: &str = "Hello there, Human! I am a messenger for the wandering penwing.";
const HELP_COMMAND: &str = "!penwing"; const HELP_COMMAND: &str = "!penwing";
const PACKET_REFRESH : u64 = 500; const PACKET_REFRESH : u64 = 500;