Skip to content
mmcmd edited this page Oct 14, 2019 · 5 revisions

Welcome to the verification-bot wiki!

Installation:

  1. Install discord.py module

pip install discord.py

  1. Clone the repository

git clone https://github.com/mmcmd/verification-bot

  1. Make a new discord application, convert it to a bot and grab the token (keep it handy)

  2. Invite the bot to your server (OAuth2 --> select bot --> copy url into your address bar)

  3. Copy config.json.example and rename that copy config.json

cp config.json.example config.json

  1. Fill in all the information in config.json (you'll need to have discord developer mode enabled to grab IDs)

  2. Run verif.py

chmod +x verif.py

python verif.py

It's highly recommended to use systemctl to run the bot

Clone this wiki locally