https://github.com/matteopolak/matchmaker
Matchmaking bot for Discord using the Glicko2 rating system.
https://github.com/matteopolak/matchmaker
bedwars discord glicko2
Last synced: about 1 month ago
JSON representation
Matchmaking bot for Discord using the Glicko2 rating system.
- Host: GitHub
- URL: https://github.com/matteopolak/matchmaker
- Owner: matteopolak
- License: gpl-3.0
- Created: 2023-02-21T18:21:21.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-28T18:58:59.000Z (over 2 years ago)
- Last Synced: 2025-02-16T18:46:37.426Z (4 months ago)
- Topics: bedwars, discord, glicko2
- Language: TypeScript
- Homepage:
- Size: 1.52 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README


## Features
* Multi-guild support
* Parties
* Factions
* Custom modes
* Support for multiple games## Installation
```powershell
git clone "[email protected]/matteopolak/matchmaker.git"
cd matchmaker
yarn install
```## Deploy
```powershell
yarn run start
```