* Changhed required intents.
All checks were successful
Build docker image / build_docker_image (push) Successful in 44s
All checks were successful
Build docker image / build_docker_image (push) Successful in 44s
This commit is contained in:
@@ -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';
|
||||||
|
|||||||
Reference in New Issue
Block a user