2020-02-12 16:58:01 +01:00
2020-02-12 13:36:48 +00:00
2020-02-12 16:58:01 +01:00
2020-01-19 15:27:58 +01:00
2020-01-24 15:41:14 +00:00
2020-01-24 15:41:14 +00:00
2020-02-12 13:36:48 +00:00
2020-01-23 15:57:30 +00:00
2020-02-12 16:58:01 +01:00
2020-01-24 00:57:46 +01:00
2020-01-24 15:41:14 +00:00

Avatar

AquaBot

discordpy Discord Server

This bot is my first personal project so expect some minor (or bigger) problems here and there. Also note that this bot is still in its very early stages, so there is no guaranty that all features work!

Support and report requests are handled via Discord (Link above).

Installation - Docker

WIP!

  • Clone this repository with git clone https://github.com/CramMK/aquabot

  • Create a config/config.py, using the config/config_example.py as a guideline

  • Launch the Container

Installation - pip

  • Clone this repository with git clone https://github.com/CramMK/aquabot

  • OPTIONAL: A virtual environment can be created at this point

  • Use pip install --user -r requirements.txt to install all dependencies needed for the bot

  • Create a config/config.py, using the config/config_example.py as a guideline

  • Finally, run python aquabot

Commands

The following commands assume that . is your default prefix.

There are currently two command, which help the user to naviagte the bot's commands:

  • .aquabot shows a short introduction
  • .help shows a list of all commands (A custom help message is WIP)

Config

To use the bot you need to add a config/config.py file. For reference, see config/config_example.py.

Requirements

  • python>=3.6.0
Description
No description provided
Readme 1.3 MiB
Languages
Python 98.1%
Dockerfile 1.9%