diff --git a/Cargo.toml b/Cargo.toml index e2dc73b..7b2f961 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "obsessed-yanqing" -version = "1.0.2" +version = "1.0.3" edition = "2021" authors = ["Evann Regnault"] license = "MIT" diff --git a/src/main.rs b/src/main.rs index 43cd917..696d411 100644 --- a/src/main.rs +++ b/src/main.rs @@ -7,7 +7,7 @@ use crate::data::Data; #[tokio::main] async fn main() { - // Build our client. + // Build our client let framework = poise::Framework::builder() .token(std::env::var("TOKEN").expect("No token found ")) .intents(GatewayIntents::non_privileged())