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]
|
[package]
|
||||||
name = "obsessed-yanqing"
|
name = "obsessed-yanqing"
|
||||||
version = "1.0.2"
|
version = "1.0.3"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
authors = ["Evann Regnault"]
|
authors = ["Evann Regnault"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
|
|
@ -7,7 +7,7 @@ use crate::data::Data;
|
||||||
|
|
||||||
#[tokio::main]
|
#[tokio::main]
|
||||||
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())
|
||||||
|
|
Loading…
Reference in a new issue