Skip to content
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

Add new GuildFeatures and allow editing them #722

Merged
merged 2 commits into from
Nov 18, 2022
Merged

Commits on Nov 18, 2022

  1. Add new GuildFeatures

     * InvitesDisabled:
       discord/discord-api-docs#5269
    
     * DeveloperSupportServer:
       discord/discord-api-docs#5572
    
     * ApplicationCommandPermissionsV2:
       discord/discord-api-docs#5649
    lukellmann committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    2bd7d5a View commit details
    Browse the repository at this point in the history
  2. Allow editing Guild Features

    This can for example be used to pause invites:
    guild.edit {
        features = guild.features + GuildFeature.InvitesDisabled
    }
    lukellmann committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    5ca8e14 View commit details
    Browse the repository at this point in the history