This commit is contained in:
2025-10-13 19:35:49 -04:00
parent 1941eeb75c
commit 95b51ed655
6 changed files with 265 additions and 137 deletions

View File

@@ -14,10 +14,5 @@ of its tracking elements.
## Setup
1. Clone the repository
2. Create a file named `.env` in the same directory as the bot
3. Add the following contents to the file
```
DISCORD_BOT_TOKEN=your_bot_token_here
```
4. Install the dependencies with `pip install -r requirements.txt`
5. Run the bot with `python main.py`
2. Build the program with `go build .`
3. Run the program `./linkbomber -token <DISCORD_BOT_TOKEN>`