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

This commit is contained in:
2025-06-02 10:32:44 +02:00
parent 779f483972
commit 4e86a1d775

View File

@@ -19,7 +19,7 @@ Env::get()->discord = new Discord([
//'intents' => Intents::getAllIntents(), //'intents' => Intents::getAllIntents(),
//'intents' => Intents::DIRECT_MESSAGES, //'intents' => Intents::DIRECT_MESSAGES,
//'intents' => 2147486720, //'intents' => 2147486720,
'intents' => 53608447, 'intents' => 380105141248,
]); ]);
require_once BOT_ROOT . '/Bootstrap/Events.php'; require_once BOT_ROOT . '/Bootstrap/Events.php';