Luvuyo Khumalo
Luvuyo Khumalo
### Summary When searching `nextcord.{SomeClass}`, it shows the result, as well as it's attributes twice. ### Reproduction Steps 1. Going to the documentation 2. Searching `nextcord.TextChannel`, along with some other...
## Summary This pull request adds the new `APPLICATION_COMMAND_BADGE` flag that was documented on https://github.com/discord/discord-api-docs/pull/5222. ## Checklist - [ ] If code changes were made, then they have been tested...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug When trying to run my service with `poetry run python3...
## Summary closes #810 This pull request adds the MENTION_LIMIT enum. ## Checklist - [ ] If code changes were made then they have been tested. - [x] I have...
## Summary - Implements discord/discord-api-docs#6082 Tested with: https://paste.nextcord.dev/?id=1725888041228318  (the AAAAAA.. was `self._waveform`) ## This is a **Code Change** - [x] I have tested my changes. - [x] I have...
## Summary - Implements discord/discord-api-docs#6398 ## This is a **Code Change** - [ ] I have tested my changes. - [x] I have updated the documentation to reflect the changes....
## Summary - Implements ~~discord/discord-api-docs#6120~~ discord/discord-api-docs#6578 Tested with ```py from typing import Optional from nextcord import Intents, Interaction, Member, Permissions from nextcord.ext.commands import Bot bot = Bot( intents=Intents(guilds=True, message_content=True, messages=True),...
## Summary - Closes nextcord#874 - Implements discord/discord-api-docs#4919 Tested with: https://paste.nextcord.dev/?id=1729377375351919  ## This is a **Code Change** - [x] I have tested my changes. - [x] I have updated...
## Summary - Implements discord/discord-api-docs#6247 ## This is a **Code Change** - [ ] I have tested my changes. - [x] I have updated the documentation to reflect the changes....
## Summary - Implements discord/discord-api-docs#6040 ## This is a **Code Change** - [x] I have tested my changes. - [x] I have updated the documentation to reflect the changes. -...