A Discord.js bot for hosting typing tournaments in TheTypingMatch community Discord.
- Fork the repository
- 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:
- Create a
.env
in the root directory of the repository. - 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