Skip to content
This repository was archived by the owner on Dec 6, 2022. It is now read-only.

v1.2.0

Latest
Compare
Choose a tag to compare
@kawax kawax released this 19 Dec 12:50
  • Revert Discord API v6
  • Change default intents 32767(all)

Intents

How to set intents.

use React\EventLoop\Factory;
use CharlotteDunois\Yasmin\Client;

$loop = Factory::create();

$client = new Client([
     'intents' => 14077,
], $loop);

Recommend

DiscordPHP is back. Use DiscordPHP.
https://github.com/teamreflex/DiscordPHP