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