diff --git a/src/Bootstrap/Discord.php b/src/Bootstrap/Discord.php index f0de3bc..1e75132 100644 --- a/src/Bootstrap/Discord.php +++ b/src/Bootstrap/Discord.php @@ -18,7 +18,8 @@ Env::get()->discord = new Discord([ 'token' => Env::get()->TOKEN, //'intents' => Intents::getAllIntents(), //'intents' => Intents::DIRECT_MESSAGES, - 'intents' => 2147486720, + //'intents' => 2147486720, + 'intents' => 53608447, ]); require_once BOT_ROOT . '/Bootstrap/Events.php';