remove unecessary print statement
This commit is contained in:
@@ -24,8 +24,6 @@ async fn ping(ctx: Context<'_>) -> Result<(), Error> {
|
||||
async fn main() -> Result<(), Error> {
|
||||
dotenv::dotenv().ok();
|
||||
|
||||
println!("Starting bot...");
|
||||
|
||||
let token = env::var("DISCORD_BOT_TOKEN")?;
|
||||
let intents = serenity::GatewayIntents::non_privileged();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user