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

Releases: laravel-discord/Yasmin

v1.2.0

19 Dec 12:50
Compare
Choose a tag to compare
  • 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

v1.0.0

31 Oct 03:27
Compare
Choose a tag to compare
  • Require PHP7.3
  • Use Discord API v8
  • Support Gateway Intents
  • Formatting the whole code.