Skip to content

Latest commit

 

History

History
55 lines (41 loc) · 1.57 KB

README.md

File metadata and controls

55 lines (41 loc) · 1.57 KB

The Ravens Nest - A Discord Bot for Armored Core VI: Fires of Rubicon

Designed by Ahasuerus for the armored scrims server - ko-fi

The Ravens Nest

Table of Contents

Introduction

The Ravens Nest is a combination queueing and MMR system for deployment on a discord server. It aims to replace some of the more cumbersome elements of Armored Core VIs multiplayer experience and to foster a competetive ranked environment. The bot keeps track of a playerbase and teambase, facilitates matches through a reimplementation of the queue system present in ACVI with improvements (such as the ability to queue with a party), and performance tracking through a database of ELO rankings.

Installation

To get started with Ravens Nest, follow these steps:

  1. Clone the repository:
    git clone https://github.com/yourusername/ravens_nest_elo_bot.git

Usage

To run the project, use the following command:

python ravens_nest/discord_frontend.py

Contributing

If you have ideas for new features or changes, feel free to contribute to this repository! Here's how:

  1. Fork the repository.
  2. Create a new branch:
    git checkout -b feature-branch
  3. Make your changes and commit them:
    git commit -m "Description of your changes"
  4. Push to the branch:
    git push origin feature-branch
  5. Create a pull request.