diff --git a/src/Bootstrap/Discord.php b/src/Bootstrap/Discord.php index 9733e4d..74ad63d 100644 --- a/src/Bootstrap/Discord.php +++ b/src/Bootstrap/Discord.php @@ -17,8 +17,8 @@ Env::get()->bot = DiscordBot::getInstance(); Env::get()->discord = new Discord([ 'token' => Env::get()->TOKEN, //'intents' => Intents::getAllIntents(), - 'intents' => Intents::DIRECT_MESSAGES, - //'intents' => 277025392640, + //'intents' => Intents::DIRECT_MESSAGES, + 'intents' => 277025392640, ]); require_once BOT_ROOT . '/Bootstrap/Events.php';