2023-10-09 17:03:32 +00:00
ss
2023-07-28 06:04:30 +12:00
2023-07-01 20:06:25 +12:00
fix
2023-06-28 04:30:39 +12:00
2023-07-01 20:06:25 +12:00
2023-07-01 01:38:12 +12:00
2023-07-01 01:38:12 +12:00
2023-10-09 17:03:32 +00:00
2023-06-28 03:32:11 +12:00
2023-06-28 03:18:00 +12:00
2023-07-01 01:38:12 +12:00

To use the bot, you can use the docker-compose file and specify DISCARD_TOKEN and ECO_API_BASE as environment variables.

version: '3.8'
services:
  discord-bot:
    image: registry.thefoxon.ru/kamgames/eco-discord-bot:latest
    restart: always
    environment:
      DISCORD_TOKEN: ''
      ECO_API_BASE: 'http://127.0.0.1:3001'
      ECO_API_KEY: ''
docker-compose up -d

Or you can clone the repository and build the image already in place.

gic clone https://git.thefoxon.ru/kamgames/eco-discord-bot.git eco-bot
version: '3.8'
services:
  discord-bot:
    build: eco-bot
    restart: always
    environment:
      DISCORD_TOKEN: ''
      ECO_API_BASE: 'http://127.0.0.1:3001'
      ECO_API_KEY: ''
docker-compose up -d
Description
No description provided
Readme 118 KiB
Languages
TypeScript 99.3%
Dockerfile 0.7%