-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs(guild): add DEVELOPER_SUPPORT_SERVER
feature
#5572
Merged
shaydewael
merged 2 commits into
discord:main
from
spifory:toolifelesstocode/docs/add-dev-support-server-feature
Oct 21, 2022
Merged
docs(guild): add DEVELOPER_SUPPORT_SERVER
feature
#5572
shaydewael
merged 2 commits into
discord:main
from
spifory:toolifelesstocode/docs/add-dev-support-server-feature
Oct 21, 2022
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
shaydewael
approved these changes
Oct 21, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ayyyy yay app directory
spifory
deleted the
toolifelesstocode/docs/add-dev-support-server-feature
branch
October 21, 2022 17:15
spifory
restored the
toolifelesstocode/docs/add-dev-support-server-feature
branch
October 21, 2022 17:15
spifory
deleted the
toolifelesstocode/docs/add-dev-support-server-feature
branch
October 21, 2022 17:15
1 task
onerandomusername
pushed a commit
to DisnakeDev/disnake
that referenced
this pull request
Oct 21, 2022
add `DEVELOPER_SUPPORT_SERVER` feature implement discord/discord-api-docs#5572 Signed-off-by: helish <52331802+helish88@users.noreply.github.com>
7 tasks
sebm253
pushed a commit
to disgoorg/disgo
that referenced
this pull request
Oct 21, 2022
removes some legacy features and adds discord/discord-api-docs#5572
Nihlus
added a commit
to Remora/Remora.Discord
that referenced
this pull request
Oct 30, 2022
lukellmann
added a commit
to kordlib/kord
that referenced
this pull request
Nov 18, 2022
* InvitesDisabled: discord/discord-api-docs#5269 * DeveloperSupportServer: discord/discord-api-docs#5572 * ApplicationCommandPermissionsV2: discord/discord-api-docs#5649
lukellmann
added a commit
to kordlib/kord
that referenced
this pull request
Nov 18, 2022
The added GuildFeatures are: * InvitesDisabled: discord/discord-api-docs#5269 * DeveloperSupportServer: discord/discord-api-docs#5572 * ApplicationCommandPermissionsV2: discord/discord-api-docs#5649 Editing GuildFeatures can for example be used to pause invites: guild.edit { features = guild.features + GuildFeature.InvitesDisabled }
zeylahellyer
added a commit
to twilight-rs/twilight
that referenced
this pull request
Jan 5, 2023
Add the `DeveloperSupportServer` variant to `GuildFeature`, which maps to the value "DEVELOPER_SUPPORT_SERVER". API docs PR: discord/discord-api-docs#5572
7596ff
pushed a commit
to twilight-rs/twilight
that referenced
this pull request
Jan 6, 2023
Add the `DeveloperSupportServer` variant to `GuildFeature`, which maps to the value "DEVELOPER_SUPPORT_SERVER". API docs PR: discord/discord-api-docs#5572
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This documents the new
DEVELOPER_SUPPORT_SERVER
feature for guilds.