From 4e86a1d7754a67a030675844e719e10723a304ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Berg=20J=C3=A1nos?= Date: Mon, 2 Jun 2025 10:32:44 +0200 Subject: [PATCH] # Testing intents. --- src/Bootstrap/Discord.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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';