Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
kanekoshoyu committed Sep 25, 2023
1 parent fa0fb3a commit 7fd52fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/test_discord.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ async fn main() {
// Adjust intents as needed
let intents = GatewayIntents::GUILD_MESSAGES | GatewayIntents::GUILDS;

let mut client = Client::builder(&token, intents)
let mut client = Client::builder(token, intents)
.event_handler(Handler)
.framework(StandardFramework::new())
.await
Expand Down

0 comments on commit 7fd52fa

Please sign in to comment.