Actions Test #1

This commit is contained in:
Evann Regnault 2023-05-28 22:32:57 +02:00
parent 622ee884c4
commit 477f45e195

View file

@ -9,7 +9,7 @@ use crate::data::Data;
async fn main() { async fn main() {
// Build our client. // Build our client.
let framework = poise::Framework::builder() 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()) .intents(GatewayIntents::non_privileged())
.options(poise::FrameworkOptions { .options(poise::FrameworkOptions {
commands: vec![ commands: vec![