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