[Guild Template] Allow Guild Templates With Bots + Bot Configs #4184
Unanswered
Skillz4Killz
asked this question in
API Feature Requests & Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
It would be nice to able to create a guild template that also allowed including bots and their configs in the json.
The bots array can be based upon the bots in that server and their permissions for their roles.
id
: The bot id. Self explanatorypermissions
: the permission bit from the bot role itself or combined all of its roles. In essence create a bot role with these perms on new server.settings
: a custom json object that just gets sent on GUILD_CREATE. Bot devs can them automatically configure bot settings in the database using these settings.Use Case: Things like an invite command where you can show a button to a quick "Test template" or an info/help command on a feature that lets you quickly test that feature on a server.
Beta Was this translation helpful? Give feedback.
All reactions