-
Notifications
You must be signed in to change notification settings - Fork 139
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: improve guild creation, add new guild builder (#578)
Adds support for the previously missing parameters on the [create guild endpoint](https://discord.com/developers/docs/resources/guild#create-guild) (literally all of them except `name` + `icon`), adding a builder class to abstract away most of the placeholder ID handling. Co-authored-by: arl <[email protected]>
- Loading branch information
1 parent
034f881
commit 5810c1d
Showing
8 changed files
with
605 additions
and
14 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Add :class:`GuildBuilder` and :func:`Client.guild_builder` for full coverage of the guild creation endpoint. |
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
Oops, something went wrong.