Soheab
Soheab
[`InvalidArgument`](https://github.com/Pycord-Development/pycord-next/blob/cd7ab4193d83947746b71ea909e7fd73e43e6065/discord/errors.py#L191-L198) currently duplicates behavior that is already covered by the built-in exceptions `TypeError` and `ValueError`. In most cases across the codebase, the situations where `InvalidArgument` is raised are either: *...
I noticed that the [GET /invites/{code}](https://discord.com/developers/docs/resources/invite#get-invite) endpoint has included a profile field for a while now, but it hasn’t been documented yet. This PR does exactly that. Additionally, there’s an...
## Summary Found it in the [API Documentation](https://discord.com/developers/docs/resources/guild#integration-object:~:text=for%20discord%20integrations-,scopes%3F,-array%20of%20OAuth2). I don't know if it's specific to certain integrations. ## Checklist - [ ] If code changes were made then they have...
## Summary This PR adds the following attributes to `Interaction` for ease of access and type safety for people that want it: - `command_id` - `custom_id` Both are from `interaction.data`...
## Summary Field exists on the user payload but is yet to be announced/documented by Discord. Unofficial documentation for it: https://docs.discord.food/resources/user#display-name-style-structure ## Checklist - [x] If code changes were made...
## Summary This PR makes it possible to sync single Command/AppCommand instances by adding the following methods: To AppCommand: `sync()` To CommandTree (because Command n co have no state for...
## Summary This PR adds a new event called `on_raw_member_update`. This event is dispatched regardless of whether the member is cached. Handy for bots with chunking disabled and other reasons....
### Summary As the title says, when you unload an extension that includes a cog with prefix or bridge commands, it does not remove those commands. This is similar to...
## Summary Convenient method to get all possible arguments without having to use subclass view and use the decorator. WIP. Needs testing. ## Information - [ ] This PR fixes...
### Your environment op-vscode version: 1.0.5 VS Code version: 1.105.0-insider (commit: 59baae6ece2474b2b41a28440629983ebd1cac64) CLI version: 2.32.0 OS: Windows ## Steps to reproduce Same thing as https://github.com/1Password/op-vscode/issues/81 ## What happened? Same thing...