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

This commit is contained in:
2025-06-02 10:17:51 +02:00
parent 59bc771e22
commit f15f3fb5ff

View File

@@ -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';