AquaBot
This bot is my first personal project so expect some minor (or bigger) problems here and there.
Support and report requests are handled via Discord (Link above).
Installation - pip
-
Clone this repository with
git clone https://github.com/CramMK/aquabot -
Create a virtual environment (e.g. with
python3 -m venv virtual) -
Activate the virtual environment (e.g. with
source virtual/bin/activate) -
Use
pip3 install -r requirements.txtto install all dependencies needed for the bot -
Create a
configfile as described below -
Finally, run
python3 aquabot
Commands
The following commands assume that . is your prefix.
There are currently two command, which help the user to naviagte the bot's commands:
.aquabotshows a short introduction.helpshows a list of all commands
Config
To use the bot you need to add a config/config.yml file. For reference, see
config/config_example.yml.
Requirements
- python>=3.6.0
