18 lines
490 B
Markdown
18 lines
490 B
Markdown

|
|
|
|
AquaBot
|
|
=======
|
|
|
|
[](https://github.com/Rapptz/discord.py)
|
|
|
|
This Bot was created with the intention to be used on my own server.
|
|
|
|
## docker
|
|
|
|
+ Create a docker image with tag 'latest': `docker build . -t aquabot`
|
|
+ In the correct path, create a docker-compose.yml, the required env vars are found in 'aquabot.py'
|
|
+ Start the bot: `docker-compose up -d`
|
|
|
|
## Requirements
|
|
+ python>=3.6.0
|