Discord bot for indexing, searching, and filtering various statistics for the online HV game. Specifically:
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.
Requires Python 3.6+
-
Clone this repo.
git clone https://github.com/LiteralGenie/AmyBot
-
Create a
config/bot_config.yaml
file using the example config. -
Install requirements.
pip install -r requirements.txt
-
Run
main.py
. (Usuallypython3 main.py
orpython main.py
)