interactions.py
interactions.py copied to clipboard
A highly extensible, easy to use, and feature complete bot framework for Discord
## Pull Request Type - [ ] Feature addition - [x] Bugfix - [ ] Documentation update - [ ] Code refactor - [ ] Tests improvement - [ ]...
### Library Version 5.11.0 ### Describe the Bug Sending a `interactions.ext.paginators` `Paginator` will throw HTTP 400 when select menu is enabled using `Paginator().show_select_menu`. Without the select menu enabled, the paginator...
### Library Version 5.11.0 ### Describe the Bug Class `AuditLogEventType` received an invalid and unexpected value `130`, a new enum item will be created to represent this value. Please update...
### Library Version 5.11.0 ### Describe the Bug Class `MessageType` received an invalid and unexpected value `38`, a new enum item will be created to represent this value. Class `MessageType`...
### Library Version stable ### Describe the Bug Seeing the following error in bot logs: Class `AuditLogEventType` received an invalid and unexpected value `192`, a new enum item will be...
### Page Components : /Guides/05 Components/ ### Problem description Broken api refrence hyperlink at the footer of the page. ### Suggested changes update the hyperlink to the new location of...
### Library Version 5.8.0 ### Describe the Bug I set 2 images in an embed using this code : ```python newEmbed = initialPost.embeds[0] newEmbed.images = [ EmbedAttachment( url=newEmbed.images[0].url ), EmbedAttachment(...
## Pull Request Type - [x] Feature addition - [x] Bugfix - [ ] Documentation update - [x] Code refactor - [ ] Tests improvement - [ ] CI/CD pipeline...
## Pull Request Type - [x] Feature addition - [ ] Bugfix - [ ] Documentation update - [ ] Code refactor - [ ] Tests improvement - [ ]...
### Library Version 5.11.0 ### Describe the Bug `AttributeError: 'GuildForum' object has no attribute 'create_invite'`  ### Steps to Reproduce Try creating an invitation for a forum channel. ### Expected...