DiscordPHP
DiscordPHP copied to clipboard
An API to interact with the popular messaging app Discord
Since the deprecation of bulk endpoints for the BOT in the Permissions v2, the application command permissions "overwrite" structure is no longer relevant to be a repository, also the naming...
EDIT: **Temporary fix by applying** ` composer require ratchet/rfc6455:"dev-master#82760a7 as 0.3.1` --- Enabling `loadAllMembers` options running on 32-bits PHP when the bot is at least in one of guild considered...
**Environment** - PHP Version: - 8.0.8 x64 - DiscordPHP Version: - dev-master, but last stable release have same issue. **Describe the bug** The VoiceClient can see when people start talking,...
- PHP Version: - 8.1.7 - DiscordPHP Version: - 7.1.2 We have a bot that plays audio files into a channel. Everything works fine, except sometimes the audio is not...
**Environment** - PHP Version: - 8.1.5 - DiscordPHP Version: - dev-master (b39dfd7ed6887226be638c94f5c9c28cd822bc82) **Describe the bug** I am experiencing the same problem as #444. When audio files of about 3 seconds...
Hii i have some question for this Message Create Collector This my code : ``` $message->channel->createMessageCollector(fn ($message) => strpos($message->content, 'hello') !== false, [ 'time' => 1500, ])->done(function (Collection $messages) {...
No error, no message My code : ```php else if ($message->content == 'c!discordstatus') { // Get the $browser from global scope global $browser; // Make GET request to API of...