From 53540a687dddc0c646dbf5cb4e0b287273344719 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Berg=20J=C3=A1nos?= Date: Mon, 2 Jun 2025 10:37:04 +0200 Subject: [PATCH] # Testing intents. --- src/Bootstrap/Discord.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Bootstrap/Discord.php b/src/Bootstrap/Discord.php index ba453e0..220e618 100644 --- a/src/Bootstrap/Discord.php +++ b/src/Bootstrap/Discord.php @@ -16,10 +16,10 @@ Env::get()->bot = DiscordBot::getInstance(); Env::get()->discord = new Discord([ 'token' => Env::get()->TOKEN, - //'intents' => Intents::getAllIntents(), + 'intents' => Intents::getAllIntents(), //'intents' => Intents::DIRECT_MESSAGES, //'intents' => 2147486720, - 'intents' => 380105141248, + //'intents' => 380105141248, ]); require_once BOT_ROOT . '/Bootstrap/Events.php';