* Testing intents.
All checks were successful
Build docker image / build_docker_image (push) Successful in 34s
All checks were successful
Build docker image / build_docker_image (push) Successful in 34s
This commit is contained in:
@@ -17,8 +17,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' => Intents::DIRECT_MESSAGES,
|
//'intents' => Intents::DIRECT_MESSAGES,
|
||||||
//'intents' => 277025392640,
|
'intents' => 277025392640,
|
||||||
]);
|
]);
|
||||||
|
|
||||||
require_once BOT_ROOT . '/Bootstrap/Events.php';
|
require_once BOT_ROOT . '/Bootstrap/Events.php';
|
||||||
|
|||||||
Reference in New Issue
Block a user