etstringy / yarn

🧶 Yarn, a simple Discord bot made with TypeScript and discord.js v13

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Yarn

The multipurpose open-source Discord Bot.

Repo packages

Package Name Description
yarn Discord bot
yarn-oauth Provides authorization tokens for services that require OAuth to yarn

How to run

  1. Copy .env.example to .env and fill out the required authentication tokens
  2. Repeat the following steps in each folder in the packages folder
    1. Run npm install or yarn to install dependencies
    2. Run npm run build and then npm start to start

How to run (Docker)

For running in a development environment, use

docker-compose -f docker-compose.yml -f docker-compose.dev.yml up

For running in a production environment, use

docker-compose up

About

🧶 Yarn, a simple Discord bot made with TypeScript and discord.js v13


Languages

Language:TypeScript 98.5%Language:Shell 1.0%Language:Dockerfile 0.6%