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

This commit is contained in:
2025-06-02 10:28:31 +02:00
parent f15f3fb5ff
commit 779f483972

View File

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