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