Andrin Schaller

Results 16 issues of Andrin Schaller

## Summary Since [`discord.ui.button`][1] and [`discord.ui.select`][2] are decorators, there should be the decorator-sign (`@`) in front of it in the docs. ## Checklist - [ ] If code changes were...

## Summary ###### Last updated: Aug 15, 2024 * Bots can receive voice channel effects over gateway events * Bots can receive sounds over gateway events and over API requests...

pending

## Summary Is getting rolled out and documented yet, therefore a draft. ## Checklist - [x] If code changes were made then they have been tested. - [x] I have...

pending

## Summary This PR adds support for avatar decoration. ## Checklist - [x] If code changes were made then they have been tested. - [x] I have updated the documentation...

pending

## Summary This PR adds support for AutoMod Members. This also adds the new param `mention_raid_protection` in `AutoModTrigger`. Related PR: https://github.com/discord/discord-api-docs/pull/6040 ## Checklist - [x] If code changes were made...

pending

## Summary This PR adds a new method `widget_image_url` to `Guild`, which returns an URL to the widget image. ## Checklist - [x] If code changes were made then they...

## Summary As discussed in the [discord.py server](https://canary.discord.com/channels/336642139381301249/1096933770633953300). This PR adds an attributetable to every enum. This provides better navigation through a larger enum. Due of consistency an attributetable is...

### Description When editing the current application (`/applications/@me`) and the `permissions` field is `null` or not set, the following error occurrs on the developer portal when trying to reach https://discord.com/developers/applications/ID_HERE/oauth2/general...

bug
synced

This PR adds following missing application fields: * `discoverability_state` * `discovery_eligibility_flags` * `explicit_content_filter` * `hook` * `interactions_event_types` * `interactions_version` * `is_monetized` * `monetization_eligibility_flags` * `monetization_state` * `rpc_application_state` * `store_application_state` *...