FN
FN
`Voice.createAudioResource()` creates memory leak. There is no `AudioResource.destroy()` but without `destroy()` it eats memory. With creating resource (eats memory): ```js Voice.createAudioResource(res.stream, {inputType: res.type, inlineVolume: true}); ``` Without creating resource (all...
#### Issue Description: Delete this line after reading it: If this bug occurs in a modpack, please report this to the modpack author first. #### What happens: There is no...
There is one CDN method `GetUserBannerUrl()`, but it requires bannerId to get banner URL. `SocketUser` doesn't have `GetBannerUrl()` or `BannerId`. I checked it on version 3.15.2. By the way Discord.Net-Labs...
## About the PR Add notification sound to headset when it receives radio message. You can configure with RBM which channels will emit sound and which not. On regular headsets...