Updated the README and uploaded the social banner for this repository (Affinity Photo)

This commit is contained in:
Dennis Heinrich 2024-12-11 03:17:38 +00:00
parent 58451f6fd0
commit a28796751a
6 changed files with 14 additions and 8 deletions

View file

@ -10,21 +10,21 @@ discord.js library to interact with Discord and fetches server stats via the XML
<details> <details>
<summary>Discord embed in english</summary> <summary>Discord embed in english</summary>
![discord_en.png](misc%2Fimages%2Fdiscord_en.png) ![discord_en.png](misc%2Fimages%2Freadme%2Fdiscord_en.png)
</details> </details>
<details> <details>
<summary>Discord embed in german</summary> <summary>Discord embed in german</summary>
![discord_de.png](misc%2Fimages%2Fdiscord_de.png) ![discord_de.png](misc%2Fimages%2Freadme%2Fdiscord_de.png)
</details> </details>
<details> <details>
<summary>Terminal output (NodeJS)</summary> <summary>Terminal output (NodeJS)</summary>
![bot_terminal.png](misc%2Fimages%2Fbot_terminal.png) ![bot_terminal.png](misc%2Fimages%2Freadme%2Fbot_terminal.png)
</details> </details>
@ -72,21 +72,27 @@ discord.js library to interact with Discord and fetches server stats via the XML
1. Navigate to the root directory of the cloned repository. 1. Navigate to the root directory of the cloned repository.
2. Build and start the container: 2. Build and start the container:
```bash ```bash
docker-compose up -d --build docker-compose up -d --build
``` ```
3. The bot should now be running and posting server stats to the specified Discord channel. 3. The bot should now be running and posting server stats to the specified Discord channel.
### Option 2: Run Without Docker (Using Node.js) ### Option 2: Run Without Docker (Using Node.js)
1. Navigate to the root directory of the cloned repository. 1. Navigate to the root directory of the cloned repository.
2. Install dependencies: 2. Install dependencies:
```bash ```bash
npm install npm install
``` ```
3. Start the bot: 3. Start the bot:
```bash ```bash
npm start npm start
``` ```
4. The bot should now be running and posting server stats to the specified Discord channel. 4. The bot should now be running and posting server stats to the specified Discord channel.
- Note: Closing the terminal will stop the bot. Use a process manager like [PM2](https://pm2.io/) to keep it running. - Note: Closing the terminal will stop the bot. Use a process manager like [PM2](https://pm2.io/) to keep it running.

View file

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 19 KiB

View file

Before

Width:  |  Height:  |  Size: 60 KiB

After

Width:  |  Height:  |  Size: 60 KiB

View file

Before

Width:  |  Height:  |  Size: 60 KiB

After

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 166 KiB