This repository has been archived by the owner on Dec 6, 2022. It is now read-only.
Releases: laravel-discord/Yasmin
Releases · laravel-discord/Yasmin
v1.2.0
- Revert Discord API v6
- Change default intents
32767
(all)
Intents
- https://support-dev.discord.com/hc/en-us/articles/360056426994
- https://github.com/kawax/discord-manager/blob/master/src/Support/Intents.php
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