discord: add role to user on signup

This requires an extra permission, so you'll have to modify your bot
settings, kick it from your server and re-add it for this to work. The
role you select must also be lower in hierarchy than the bot's group.
This commit is contained in:
Harvey Tindall
2022-01-13 22:34:52 +00:00
parent b929e16f2c
commit 32af107699
4 changed files with 70 additions and 4 deletions
+12
View File
@@ -686,6 +686,18 @@
"value": "",
"description": "Channel to invite new users to."
},
"apply_role": {
"name": "Apply Role on connection",
"required": false,
"requires_restart": true,
"depends_true": "enabled",
"type": "select",
"options": [
["", "None"]
],
"value": "",
"description": "Add the selected role to a user when they sign up."
},
"language": {
"name": "Language",
"required": false,