Test cache
This commit is contained in:
parent
729118a0c3
commit
c07d25ccc7
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "obsessed-yanqing"
|
||||
version = "1.0.2"
|
||||
version = "1.0.3"
|
||||
edition = "2021"
|
||||
authors = ["Evann Regnault"]
|
||||
license = "MIT"
|
||||
|
|
|
@ -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())
|
||||
|
|
Loading…
Reference in a new issue