Skip to content
This repository has been archived by the owner on Nov 14, 2022. It is now read-only.

Latest commit

 

History

History
35 lines (25 loc) · 1.21 KB

README.md

File metadata and controls

35 lines (25 loc) · 1.21 KB

Note: This is v1 of gamerbot, which has been superseded by v2. This version is no longer maintained and is kept for archival purposes.

gamerbot logo

gamerbot

build status repo size license hotel trivago

Reasons to use gamerbot:

  • the best bot in all of discord
  • half-baked features in production
  • v0xal sux

Development

Setup

  • install docker and docker-compose
  • copy .env.example to .env and fill in all variables
  • install dependencies: yarn
  • start: yarn dev

Debugging (VS Code)

  • start as usual: yarn dev
  • attach to process using dev configuration