-
Notifications
You must be signed in to change notification settings - Fork 4
Home
mmcmd edited this page Oct 14, 2019
·
5 revisions
Welcome to the verification-bot wiki!
- Install discord.py module
pip install discord.py
- Clone the repository
git clone https://github.com/mmcmd/verification-bot
-
Make a new discord application, convert it to a bot and grab the token (keep it handy)
-
Invite the bot to your server (OAuth2 --> select bot --> copy url into your address bar)
-
Copy config.json.example and rename that copy config.json
cp config.json.example config.json
-
Fill in all the information in config.json (you'll need to have discord developer mode enabled to grab IDs)
-
Run verif.py
chmod +x verif.py
python verif.py
It's highly recommended to use systemctl to run the bot