DiscordPHP icon indicating copy to clipboard operation
DiscordPHP copied to clipboard

An API to interact with the popular messaging app Discord

Results 68 DiscordPHP issues
Sort by recently updated
recently updated
newest added

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...

bug
dependencies

**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,...

bug
voice
awaiting confirmation

- 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...

bug
voice

**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...

bug
voice

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) {...

question

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...

question