Oliver Wilkes
Oliver Wilkes
## Summary Adds `ChannelType.guild_directory` as documented in discord/discord-api-docs#4701. Closes #164. ## Checklist - [x] If code changes were made then they have been tested. - [x] I have updated the...
## Summary Fixes the following warnings: ```py WARNING: Invalid configuration value found: 'language = None'. Update your configuration to a valid langauge code. Falling back to 'en' (English). ``` Set...
## Summary Fixes issue with duplicate search results as in sphinx-doc/sphinx#10227. Fixes #758. ## Checklist - [ ] If code changes were made then they have been tested. - [...
- [x] #589 - [ ] #590 - [x] #591 ### Summary use `typing.Literal["some", "choices"]` instead of `SlashOption(choices=["some", "choices"])`, `nextcord.Range[1, 10]` instead of `SlashOption(min_value=1, max_value=10)` and `Union[Textchannel, VoiceChannel]` instead of...
discord/discord-api-docs#5282 shows the new way to resume a websocket, it is unclear how it actually works right now but it should be clearer soon.
## Summary use `typing_extensions.NotRequired` for optional `TypedDict` fields instead of complicated inheritance ## Checklist - [x] If code changes were made then they have been tested. - [x] I have...
## Prerequisites * [yes] Did you make sure a similar [issue](../) didn't exist? * [yes] Did you update gTTS to the latest? (`pip install --upgrade gTTS`) ```bash ooliver@tooty:~/projects/tooty$ python3.8 -m...
### What happened? revolt -  discord -  revolt does not respect the browser font scaling/provide a slider to change font size the browser font and `html {font-size: ...}`...
### Summary discord/discord-api-docs#5475 ### What is the feature request for? The core library ### The Problem The above is not in nextcord. ### The Ideal Solution Add `SortOrderMode` enum, `ForumChannel.default_sort_order`...