Skip to content
This repository has been archived by the owner on Apr 23, 2021. It is now read-only.
/ events-bot Public archive

A Discord.js bot for tournament stats management and hosting made for TheTypingMatch Discord community.

Notifications You must be signed in to change notification settings

TheTypingMatch/events-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Events Bot

Node.js CI

A Discord.js bot for hosting typing tournaments in TheTypingMatch community Discord.

Contribute

  1. Fork the repository
  2. Clone the repository & install required dependencies:
$ git clone [email protected]:YOUR_GITHUB_USERNAME/events-bot.git
$ yarn install

Local Bot Development Setup
Testing the application using a database on your own machine will require a localhost database setup:

  1. Create a .env in the root directory of the repository.
  2. Inside of the .env file, include the following:
TOKEN="<token>"
URI="<uri>"

Replace <uri> and <token> with your MongoDB database connection URI and bot token.

Running The Bot

yarn build
yarn start

...or alternatively:

cd scripts
sh start.sh

...or on Windows:

cd scripts
start

About

A Discord.js bot for tournament stats management and hosting made for TheTypingMatch Discord community.

Topics

Resources

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published

Languages