Assign list of roles to new user on join

This commit is contained in:
2020-12-27 22:53:11 +00:00
parent 8470b8a423
commit 7a79963c47
3 changed files with 32 additions and 0 deletions

View File

@@ -8,6 +8,9 @@ COMMAND_PREFIX=""
# Sign up for an API key at the CatAPI website. Used for commands in the Fun category.
CAT_API_KEY=""
# Assign these roles to members on join
JOIN_ROLES="ID1,ID2"
# JSON Web Token Configuration
RASPBERRY_STAFF_URL=""
RASPBERRY_STAFF_USERNAME=""