Skip to content
This repository has been archived by the owner on Jun 10, 2023. It is now read-only.

Commit

Permalink
chore: minor error message tweaking
Browse files Browse the repository at this point in the history
  • Loading branch information
bl4d3tv committed May 1, 2023
1 parent 6b82356 commit a56f467
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ async fn main() -> Result<(), ()> {

info!("Iniciando bot...");

let token = std::env::var("DISCORD_TOKEN").expect("No token lolo");
let token = std::env::var("DISCORD_TOKEN").expect("No token provided");

let intents = serenity_prelude::GatewayIntents::non_privileged();

Expand Down

0 comments on commit a56f467

Please sign in to comment.