Deprecated
Paraguas Bot Reloaded has been deprecated. Important bugs may not be fixed, but PRs are still welcomed.
Paraguas Bot Reloaded
Usage
You need an env file ("env.env") on the root directory which contains a "TOKEN" key/value pair. Example:
TOKEN=YOURSECRETKEYGOESHERE
If you don't have one, the bot will create it for you.
Use "/help" after you start the bot to see the list of commands available
Supported Platforms
Alpha version tested under these platforms:
- MacOS Intel
- Linux 64 bits
- Windows 64 bits LTSC 2019
Docker instructions:
git clone $repo
cd $repo
docker-compose up --build --detach
Compilation instructions:
git clone $repo
cd $repo
go mod tidy -v
go build