/AmyBot

Discord bot for HV stuff.

Primary LanguagePython

Table of Contents

Description

Discord bot for indexing, searching, and filtering various statistics for the online HV game. Specifically:

Auction history
Previews for equipment stats and percentiles.
Link previews

Addtionally, for nearly every command, the bot supports:

  • Easily editable templates and config files for command / error outputs.
  • Partial matching of command names, command arguments, and search terms.
  • Permission levels at the server / channel / role / user / etc level for each command.

Setup

Requires Python 3.6+

  1. Clone this repo. git clone https://github.com/LiteralGenie/AmyBot

  2. Create a config/bot_config.yaml file using the example config.

  3. Install requirements. pip install -r requirements.txt

  4. Run main.py. (Usually python3 main.py or python main.py)

More Samples