58d0006e017ba9efa5538513ba6903605c941e57
discord-ledger-bot
Installation / Usage instructions
- Clone this repository (
git clone https://git.greyweather.dev/greyweather/discord-ledger-bot.git) - Enter the directory (
cd discord-ledger-bot) - Create a virtual environment (
python -m venv .) - Install the necessary libraries (
./bin/pip install discord dotenv datetime) - Set your Discord application token (
echo "TOKEN='my-token-here'" > .env) - Run the script (
./bin/python main.py)
Languages
Python
100%