Dominic Fellbaum
Dominic Fellbaum
Altough the message cache size is set to 0 this warning gets thrown sometimes `[WARN ] 2020-10-06 03:31:24 [Javacord - Central Scheduler - 1] MessageCacheImpl - Heap memory was too...
Currently some interactions like `AutoCompleteInteraction` have respond methods that they do not support. This should be reworked for any interaction that has access to not usable respond methods
This should be mostly complete though there are certain things to point out which may need to be adjusted - `ServerStageVoiceChannel` extends `ServerVoiceChannel`. SVC now support text but SSVC not....
To have a more uniform and complete description of issues and PR's we should create templates you can choose from. Any suggestions to improving a template or adding a new...
Currently i.e. `Message#edit(String)` only updates the message content instead of removing the embed and components. The method should be changed to "replace" the message with the given new content and...
https://github.com/discord/discord-api-docs/pull/3998
As already discussed here https://github.com/Javacord/Javacord/pull/816#issuecomment-884374895 we should throw an error when someone tries to use methods like `getMembers` and the cache is disabled because of the GUILD_MEMBERS intent or the...
A new channel type has been released which should be implemented ``` | GUILD_STAGE_VOICE | 13 | a voice channel for [hosting events with an audience](https://support.discord.com/hc/en-us/articles/1500005513722) ```
`CHANNEL_UPDATE` event contains permission overwrite for not existing entity. **Steps to Reproduce** None **Expected Behavior** The `CHANNEL_UPDATE` event contains only the configured permission overwrites instead of additional not visible overwrites...
https://discord.com/developers/docs/topics/gateway#thread-list-sync  The implementation seems to be wrong. For example we don't remove threads if a channel id is present but not the thread in the `threads` array.