Bot for the Mahjong of Light discord server. Facillitates user roles and queueing.
- Clone the mahjongbot
git clone https://github.com/AlexPietz/mahjongbot.git- Install NPM packages
npm installCreate a config.json with the following contents:
{
"prefix": "!",
"token": "<discord bot token>",
"xivdbkey": "<xivapi token>",
"maintainer": "<your discord id>"
}
Run with
node index.js