Mercury Discord bot
Go to file
taskmanager 480f9c1388 Update main.py 2024-03-17 23:07:23 +00:00
.env.example Merge remote-tracking branch mantaraix/Mercury2Bot as a subtree 2024-03-15 17:55:22 +00:00
.gitignore Merge remote-tracking branch mantaraix/Mercury2Bot as a subtree 2024-03-15 17:55:22 +00:00
README.md Merge remote-tracking branch mantaraix/Mercury2Bot as a subtree 2024-03-15 17:55:22 +00:00
main.py Update main.py 2024-03-17 23:07:23 +00:00
requirements.txt Merge remote-tracking branch mantaraix/Mercury2Bot as a subtree 2024-03-15 17:55:22 +00:00

README.md

Mercury 2 Bot

This bot is used to send applications from users to administrators for invite keys

Setup

This bot uses discord.py to function which requires Python 3.

Virtual Environment

To configure the bot, create a virtual environment in your working directory by:

py -m venv mercbot-env

You must then activate the virtual environment.
On Windows, run

mercbot-env\Scripts\activate

On Unix/Mac, run

source tutorial-env/bin/activate

Dependencies

To install the dependencies this bot requires, run

pip install -r requirements.txt