mstarski / tadeusz

Tadeusz - a discord bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tadeusz - a discord bot

deploy test

tadeo

How to spin up your dev tadeusz instance

Requirements

  • Node 16+
  • Yarn
  • MongoDB
  • Discord server + account
  • Optional: docker, docker-compose for testing container-related stuff

Instructions

  • Create an application using this guide.
  • Add a bot to your server
  • Create .env file using .env.example as your skeleton:
    cp .env.example .env
  • Fill in environment variables with data matching your discord bot/db etc.
  • Install dependencies with yarn install
  • Run yarn start:dev

Testing

  • yarn test

About

Tadeusz - a discord bot


Languages

Language:TypeScript 97.2%Language:Shell 1.7%Language:Dockerfile 0.8%Language:JavaScript 0.3%