From f15f3fb5ffb07533dd8324616efe7ee1a47461b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Berg=20J=C3=A1nos?= Date: Mon, 2 Jun 2025 10:17:51 +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 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';