From 477f45e19520b0ace2c9739be1858d70724c5325 Mon Sep 17 00:00:00 2001 From: evannregnault Date: Sun, 28 May 2023 22:32:57 +0200 Subject: [PATCH] Actions Test #1 --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index afd9332..bb332c0 100644 --- a/src/main.rs +++ b/src/main.rs @@ -9,7 +9,7 @@ use crate::data::Data; async fn main() { // Build our client. let framework = poise::Framework::builder() - .token(std::env::var("TOKEN").expect("No token found")) + .token(std::env::var("TOKEN").expect("No token found ")) .intents(GatewayIntents::non_privileged()) .options(poise::FrameworkOptions { commands: vec![