# 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:37:04 +02:00
parent 4e86a1d775
commit 53540a687d

View File

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