diff --git a/src/bin/bootstrap.rs b/src/bin/bootstrap.rs index 28f7777..46637d7 100644 --- a/src/bin/bootstrap.rs +++ b/src/bin/bootstrap.rs @@ -1,5 +1,6 @@ use gpt_discord_bot::ChatHandler; -use serenity::prelude::*; +use serenity::all::GatewayIntents; +use serenity::Client; use std::env; use std::path::Path;