interactions.py
interactions.py copied to clipboard
A highly extensible, easy to use, and feature complete bot framework for Discord
## Pull Request Type - [x] Feature addition - [ ] Bugfix - [ ] Documentation update - [ ] Code refactor - [ ] Tests improvement - [ ]...
### Library Version 5.13.1 ### Describe the Bug I was working on #1730 This yields another message: ``` Class `MessageType` received an invalid and unexpected value `46`, a new enum...
### Problem Description Discord recently added the possibility of adding emoji directly for a discord application, and with it the api similar to guilds to [list](https://discord.com/developers/docs/resources/emoji#list-application-emojis), [get](https://discord.com/developers/docs/resources/emoji#get-application-emoji), [create](https://discord.com/developers/docs/resources/emoji#create-application-emoji), [modify](https://discord.com/developers/docs/resources/emoji#modify-application-emoji) and...
### Problem Description The current API `Webhook.send` only has the field to input the `thread_id`. It means that the current API can only send webhook messages in an existing post....
### Library Version 5.13.2 ### Describe the Bug In the last 2 days or so, I have not been able to run my bot as it immediately crashes on start-up...
### Library Version 5.13.2 ### Describe the Bug Currently unable to consistently report it and not sure the cause. It occurs sometimes and sometimes it works fine. Basically, I run...
### Page Live Patching : /Guides/22 Live Patching/ ### Problem description If the command is not placed at the bottom of the script, and is placed at the top jurigged...
## Pull Request Type - [ ] Feature addition - [x] Bugfix - [ ] Documentation update - [ ] Code refactor - [x] Tests improvement - [x] CI/CD pipeline...
### Problem Description The library currently targets Python 3.10 and 3.11, but misses opportunities to leverage new features from newer versions (3.12 to 3.14). As Python evolves, many areas of...
Bumps [mikepenz/action-junit-report](https://github.com/mikepenz/action-junit-report) from 3 to 5. Release notes Sourced from mikepenz/action-junit-report's releases. v5 no changes v5.0.0-rc01 🚀 Features Improve parsing logic for nested suites PR: #1224 Configuration to enable grouping...