interactions.py icon indicating copy to clipboard operation
interactions.py copied to clipboard

A highly extensible, easy to use, and feature complete bot framework for Discord

Results 107 interactions.py issues
Sort by recently updated
recently updated
newest added

## 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...

bug
enhancement
good first issue
pending

### 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`...

bug
documentation
good first issue

### 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...

bug
good first issue

### 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...

documentation

### 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(...

bug
on hold

## Pull Request Type - [x] Feature addition - [x] Bugfix - [ ] Documentation update - [x] Code refactor - [ ] Tests improvement - [ ] CI/CD pipeline...

enhancement
breaking
on hold

## Pull Request Type - [x] Feature addition - [ ] Bugfix - [ ] Documentation update - [ ] Code refactor - [ ] Tests improvement - [ ]...

enhancement
on hold

### Library Version 5.11.0 ### Describe the Bug `AttributeError: 'GuildForum' object has no attribute 'create_invite'` ![image](https://github.com/interactions-py/interactions.py/assets/51890392/6ab266eb-d073-4663-a856-770755bab2b4) ### Steps to Reproduce Try creating an invitation for a forum channel. ### Expected...

enhancement
help wanted