Aqua is a general "modularized" bot for discord, built with Crystal and DiscordCR
From the Repo
- Clone the Repo
git clone https://github.com/cyan101/aqua.git
- cd
aqua
- Delete the .git folder
rm -rf .git
and start your own repogit init
- Install all the required shards with
shards
- Rename the config template
mv config-template.yaml config.yaml
From the compiled release
TODO
From the Repo
- Put the bot details from Discord into the config file
- Run
crystal src/aqua.cr
, alternatively use a proccess manager like PM2 to run it in the background
- More examples such as
file uploadsand music playing - Create poll system using reactions
- Do some embed stuff
- Comment Code
- Fork it ( https://github.com/cyan101/aqua/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request
- Cyan101 Jos Spencer - creator, maintainer