* Testing intents.
All checks were successful
Build docker image / build_docker_image (push) Successful in 34s

This commit is contained in:
2025-06-02 10:12:27 +02:00
parent fc071a92dd
commit 59bc771e22

View File

@@ -17,8 +17,8 @@ Env::get()->bot = DiscordBot::getInstance();
Env::get()->discord = new Discord([ Env::get()->discord = new Discord([
'token' => Env::get()->TOKEN, 'token' => Env::get()->TOKEN,
//'intents' => Intents::getAllIntents(), //'intents' => Intents::getAllIntents(),
'intents' => Intents::DIRECT_MESSAGES, //'intents' => Intents::DIRECT_MESSAGES,
//'intents' => 277025392640, 'intents' => 277025392640,
]); ]);
require_once BOT_ROOT . '/Bootstrap/Events.php'; require_once BOT_ROOT . '/Bootstrap/Events.php';