45 lines
1.2 KiB
Markdown
45 lines
1.2 KiB
Markdown

|
|
|
|
AquaBot
|
|
=======
|
|
|
|
[](https://github.com/Rapptz/discord.py)
|
|
[](https://discordapp.com/invite/HbYfyJT)
|
|
|
|
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
|
|
------------
|
|
|
|
Use `pip install discord.py[voice]` to install the latest version of discord.py.
|
|
|
|
Then, after cloning this repository with
|
|
`git clone https://github.com/crammk/aquabot`, you can run the `aquabot.py`.
|
|
|
|
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
|
|
discord.py>=1.0.0a |