A discord bot that plays Hand Cricket!
This bot is hosted by @Eniamza. Invite it from top.gg. Use the command ?help
for more info.
- Create a discord app on https://discord.com/developers/applications
- Add a bot to the application
- Get the token
- Clone this repo and host it
- Add a
.env
variable namedDISCORD_TOKEN
and put the token there. - Add a
.env
variable nameddbLoc
which is an absolute path to a safe, secure, backed up folder where the database will reside. - Add the bot to your server (this step is more difficult than you think so google it)
- List your bot on top.gg
- Create a DBL API token here
- Add another
.env
variable namedDBL_TOKEN
and put the token there. Your guild count will be posted on top.gg and vote count will be available in the stats command of the bot.
- Use yarn to install the required packages.
yarn install
-
Add the
.env
variables. -
yarn start
to build and start the bot oryarn dev
to