From 40c49caca4281eb53bb230fd56f392feda049ffb Mon Sep 17 00:00:00 2001 From: Ave Ozkal Date: Tue, 6 Aug 2019 12:54:23 +0300 Subject: [PATCH] Add a tiny note to README about role position --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5030a53..4aa0b4b 100755 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ Code is based on https://gitlab.com/ao/dpybotbase and https://github.com/916253/ ## How to run - Copy `config.py.template` to `config.py`, configure all necessary parts to your server. +- (obviously) Add the bot to your guild. Many resources about this online. +- If you haven't already done this already, **move the bot's role above the roles it'll need to manage, or else it won't function properly**, this is especially important for verification as it doesn't work otherwise. - Install python3.6+. - Install python dependencies (`pip3 install -Ur requirements.txt`, you might need to put `sudo -H` before that) - If you're moving from Kurisu or Robocop: Follow `Tips for people moving from Kurisu/Robocop` below.