Skip to content
This repository has been archived by the owner on Aug 19, 2023. It is now read-only.

FastForwardTeam/Fastforward-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

The Discords own very special Bot!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published