Actions Test #1
This commit is contained in:
parent
622ee884c4
commit
477f45e195
1 changed files with 1 additions and 1 deletions
|
@ -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![
|
||||
|
|
Loading…
Reference in a new issue