A matchmaking bot designed to allow players to queue up and find evenly matched games based on MMR/ELO rating.
Install node Use the package manager npm to install packages from the package.json.
npm installCreate a bot in the discord developer portal.
Create a free mongodb database
Create a file named .env in the root directory and add the following items.
token=
clientId=
guildId=
databaseToken=npm run start-
/srinitializeCreates needed categories and channels for the discord bot.
-
/queueCreates the queue in the queue channel for ranked or unranked.
Pull requests are welcome for contributions to the bot in the This is Shadowrun discord server only. Otherwise, fork for your own matchmaking bot.
For major changes, please open an issue first to discuss what you would like to change.