Mercury Discord bot
Go to file
Lewin Kelly a851858914 Add UNLICENSE and formatting 2024-06-22 23:47:33 +01:00
.env.example Load site domains from .env files 2024-04-15 00:59:17 +01:00
.gitignore Add UNLICENSE and formatting 2024-06-22 23:47:33 +01:00
README.md Add UNLICENSE and formatting 2024-06-22 23:47:33 +01:00
UNLICENSE Add UNLICENSE and formatting 2024-06-22 23:47:33 +01:00
main.py Formatting updates and fixes 2024-05-12 12:38:07 +01: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