/Fastforward-Bot

The Discords own very special Bot!

Primary LanguageGoBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

FastForward Bot: Our Discord Toolbox

GitHub Workflow Status Discord

About | Compiling & Running | Support

About

This is the FastForward utility box, a bot used mainly on our Discord server. It contains some functions such has verifying string hashes & more. Written in Golang.

Made specific for slash (/) commands.

Compiling & Running

Prerequisites

Preparing the environment

  1. Install Go, Node.js and Npm. The instructions are on their linked pages.

  2. Install hash-detector-cli with Npm

npm install -g hash-detector-cli
  1. Clone this repository
git clone git@github.com:fastforwardteam/fastforward-bot.git
cd fastforward-bot
  1. Edit the .env.example file and rename it to .env
# Use your preferred editor.
nano .env.example
# Then, rename it
mv .env.example .env
  1. Run or compile it.
    To run, use go run
go run .

To build, use go build

go build

Go should automatically fetch all dependencies.

Support

If you need help, join our discord by clicking on the badge or here.