The Manager bot for the EraNodes Discord server.
- Clone the repository (
git clone https://github.com/Eranodes/Manager-Bot.git
) - Install the dependencies (
pip install -r requirements.txt
) - Create a
config.py
file and update with following:
# Replace 123 wih discord snowflake IDs
DISCORD_TOKEN = "" # Your bot token
MAIN_GUILD = 123
INVITE_TRACKING_CHANNEL = 123
OWNER_IDS = [123,]
SUPPORT_ROLES = [123,]
SUPPORT_FORUM = 123
SOLVED_TAG = 123
SUGGESTIONS_FORUM = 123
ACCEPTED_TAG = 123
DENIED_TAG = 123
- Start the bot (
python3 main.py
)
This project is licensed under the GNU Affero General Public License v3.0 (AGPL-3.0) See the LICENSE file for more information.
- Ritam Das (@nxrmqlly)