Skip to content
This repository has been archived by the owner on Jun 2, 2022. It is now read-only.

narvikd/paragueroreloaded

Repository files navigation

Go Report Card License: GPL v3

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

License

GNU GPLv3