From 55877f5d23a9c30d60f11f2a3badb0ea81bbb1e3 Mon Sep 17 00:00:00 2001 From: Grey Jones Date: Mon, 25 May 2026 23:09:35 +0100 Subject: [PATCH] Delete page "Bot-setup-instructions" --- Bot-setup-instructions.md | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 Bot-setup-instructions.md diff --git a/Bot-setup-instructions.md b/Bot-setup-instructions.md deleted file mode 100644 index b7ee2bb..0000000 --- a/Bot-setup-instructions.md +++ /dev/null @@ -1,27 +0,0 @@ -## Bot setup instructions -1. Clone this repository: - ``` - git clone https://git.greyweather.dev/greyweather/discord-ledger-bot.git - ``` -2. Enter the directory - ``` - cd discord-ledger-bot - ``` -3. Create a virtual environment - ``` - python -m venv . - ``` -4. Install the required libraries - ``` - ./bin/pip install discord dotenv datetime - ``` -5. Set your Discord application token - ``` - echo "TOKEN='my-token-here'" > .env - ``` - Or add a line reading `TOKEN='my-token-here'` to a file named ".env" using a text editor of your choosing (must be next to your "main.py" file) - -6. Run the script - ``` - ./bin/python main.py - ``` \ No newline at end of file