tjrgg / celeste

A bot for Discord for managing queues

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Celeste

Celeste is a small queue management bot for Discord that I created for a client, developed to the client's specifications. The bot uses discord.js and klasa.

GitHub Forks GitHub Stars GitHub Watchers
Dependencies Vulnerabilities
Discord Twitter

Prerequisites

  • Git
  • Node 12 or later
  • Yarn (or npm)**

** Yarn is recommended and this project includes a yarn.lock file, but npm should work fine as well.

Install and Usage

  1. Clone this repository to your computer or server.
  2. In the cloned repository, run npm install or yarn install to install the dependencies.
  3. Copy config/config.example.json to config/config.json and adjust it as needed.
  4. Run npm start or yarn start to start the bot.

Contributors


Tyler Richards

GitHub | Twitter

License

Apache License Version 2.0. Copyright © 2020 Tyler Richards.

About

A bot for Discord for managing queues

License:Apache License 2.0


Languages

Language:JavaScript 100.0%