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