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.12.0 ### Describe the Bug In the member object, you can currently only get the normal banner of the user (member.banner), but it is not possible to...

### Library Version 5.12.0 ### Describe the Bug REQUIRE_TAG is missing as a channel flag https://discord.com/developers/docs/resources/channel#modify-channel-json-params-guild-channel ![image](https://github.com/interactions-py/interactions.py/assets/51890392/0daba1a5-37fd-428a-9aa7-4568e4b3d0ee) ### Steps to Reproduce . ### Expected Results . ### Minimal Reproducible Code...

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

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

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

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

### Library Version userapps @ 73c73fd516baa4036e57338432ec1d57e69df888 ### Describe the Bug During a gateway reconnect event, the application crashed due to the either the `d` or `heartbeat_interval` values being not set,...

### Problem Description Discord recently (literally today) announced "user-installable applications", which are applications that can be installed to a user rather than a guild. This allows users to have certain...

enhancement

### Problem Description The [Get Guild Onboarding](https://discord.com/developers/docs/resources/guild#get-guild-onboarding) and [Modify Guild Onboarding](https://discord.com/developers/docs/resources/guild#modify-guild-onboarding) endpoints seem to be unimplemented. Supporting these would allow bots to change the Onboarding questions, like choosing roles, channels,...