-
Notifications
You must be signed in to change notification settings - Fork 23
Adding Bot to a IIIT Club Server
noteness edited this page Jun 26, 2022
·
13 revisions
-
Make a pull request to the server by editing the
bot/server_config.ini
file per your server requirements. (configurations are available here) -
Create a new role for the bot, which satisfies the criteria given in the next section.
-
After your PR is merged, navigate to the this URL to invite the bot and add it to your server. Note that you must have "Manage Server" permission on this server. (If you're new to Discord roles, read the FAQ: link)
-
.verify
might not work for server-admins. That indicates your role setup does not follow the criteria below.
If at any point you face any difficulty, please raise a new issue in this GitHub repository.
You can create a new "Bot" role in your server and give it to our bot. This role should satisfy the following criteria:
- The bot will only give the user role A if the bot's topmost role is above role A.
- To change the nickname for a user, the user's highest role should be lower than the bot's highest role.
- The bot should have read access to the channel to read
.verify
commands - The bot should have write access to the channel to give feedback on verification (Success/Failure).
(If you're new to Discord roles, read the FAQ: link)