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.
- Go ≥ 1.18.4
- Node.js ≥ 16.16.0
- Npm ≥ 8.12.1
- hash-detector-cli ≥ 1.2.6
- 
Install Go, Node.js and Npm. The instructions are on their linked pages. 
- 
Install hash-detector-cli with Npm 
npm install -g hash-detector-cli- Clone this repository
git clone git@github.com:fastforwardteam/fastforward-bot.git
cd fastforward-bot- Edit the .env.example file and rename it to .env
# Use your preferred editor.
nano .env.example
# Then, rename it
mv .env.example .env- Run or compile it.
 To run, usego run
go run .To build, use go build
go buildGo should automatically fetch all dependencies.
If you need help, join our discord by clicking on the badge or here.
