* Changhed required intents.
All checks were successful
Build docker image / build_docker_image (push) Successful in 44s

This commit is contained in:
2025-06-02 09:55:27 +02:00
parent 19dea8f983
commit f5a5e2e1ac

View File

@@ -16,7 +16,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' => 277025392640,
]); ]);
require_once BOT_ROOT . '/Bootstrap/Events.php'; require_once BOT_ROOT . '/Bootstrap/Events.php';