remove unecessary print statement

This commit is contained in:
2024-10-10 12:28:10 -04:00
parent e13ce4813b
commit 6d59964925

View File

@@ -24,8 +24,6 @@ async fn ping(ctx: Context<'_>) -> Result<(), Error> {
async fn main() -> Result<(), Error> { async fn main() -> Result<(), Error> {
dotenv::dotenv().ok(); dotenv::dotenv().ok();
println!("Starting bot...");
let token = env::var("DISCORD_BOT_TOKEN")?; let token = env::var("DISCORD_BOT_TOKEN")?;
let intents = serenity::GatewayIntents::non_privileged(); let intents = serenity::GatewayIntents::non_privileged();