Soheab

Results 37 issues of Soheab

## Summary #937 https://github.com/discord/discord-api-docs/pull/6464 ## Checklist - [ ] If code changes were made then they have been tested. - [ ] I have updated the documentation to reflect the...

p: high
s: requested changes
t: api coverage
3.0

## Summary This PR adds some missing fields to stage instance. Adds the following to `StageChannel.create_instance`: - `send_start_notification` - `scheduled_event` And to `StageInstance`: - `scheduled_event_id` - `scheduled_event` And to `HTTPClient.create_stage_instance`'s...

p: medium
s: awaiting review
t: api coverage

## Summary #474 Doing this per module: - [ ] `nextcord` - [x] `ext` - [x] `commands` - [x] `bot.py` - [x] `cog.py` (pass) - [x] `context.py` (pass) - [x]...

t: enhancement
p: low
s: awaiting review

## Summary This PR changes almost all mentions of "NSFW" in the docstrings to "age restricted" since discord has done the same for their TOS/Guidelines and in the UI. I'm...

t: docs
p: low
s: awaiting review

## Summary This PR refactors `ui.Item` into two classes: `ViewItem` and `ModalItem`. The main goal for this change is to make it easier for users to differentiate between the supported...

s: in progress
p: low
t: refactor

## Summary #938 ## Checklist - [ ] If code changes were made then they have been tested. - [ ] I have updated the documentation to reflect the changes....

p: high
s: awaiting review
t: api coverage
3.0

## Summary I noticed an undocumented `describe` decorator at `ext/slash_utils` similar to discord.py but that also has one called `rename` which is what this PR is for. Test code ```python...

t: enhancement
p: low
s: awaiting review

## Summary I noticed an undocumented `describe` decorator at `ext/slash_utils` similar to discord.py but that also has one called `choices` which is what this PR is for. ## Checklist -...

t: enhancement
p: low
s: awaiting review

### Summary Relevant API Docs commit: https://github.com/discord/discord-api-docs/commit/e986a12bd3eceeec3fea10bc957a59fb9e53ef29 ### What is the feature request for? The core library ### The Problem The library currently does not support getting a guild's Onboarding...

p: medium
t: api coverage

## Summary (This is continued from NCPlayz's PR at #7498) Embeds guide. ## Checklist - [x] This PR is **not** a code change (e.g. documentation, README, ...)