Skip to content

3MERGx/ShadowrunBot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ShadowrunBot

A matchmaking bot designed to allow players to queue up and find evenly matched games based on MMR/ELO rating.

Installation

Install node Use the package manager npm to install packages from the package.json.

npm install

Create 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=

Usage

npm run start

Commands

  • /srinitialize

    Creates needed categories and channels for the discord bot.

  • /queue

    Creates the queue in the queue channel for ranked or unranked.

Contributing

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 75.0%
  • Python 25.0%