Create guild
create_guildCreate a new Discord guild (server) and optionally provision its entire structure—roles, categories, channels, and permissions—from a blueprint in a single request.
Instructions
Create a new guild (server) owned by the bot, optionally provisioning the entire structure (roles, categories, channels, permission overwrites) from a blueprint in a single request. Only works while the bot is in fewer than 10 guilds; otherwise create the server manually, invite the bot, and use apply_blueprint.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| blueprint | No | Optional blueprint; its name field is overridden by the name parameter |