https://github.com/fastforwardteam/fastforward-bot
The Discords own very special Bot!
https://github.com/fastforwardteam/fastforward-bot
Last synced: 10 months ago
JSON representation
The Discords own very special Bot!
- Host: GitHub
- URL: https://github.com/fastforwardteam/fastforward-bot
- Owner: FastForwardTeam
- License: bsd-3-clause
- Archived: true
- Created: 2021-09-09T23:38:40.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-22T00:30:51.000Z (over 3 years ago)
- Last Synced: 2025-03-11T08:50:32.949Z (12 months ago)
- Language: Go
- Size: 362 KB
- Stars: 3
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
- [Go](https://go.dev/dl) ≥ 1.18.4
- [Node.js](https://nodejs.org/en/download/) ≥ 16.16.0
- [Npm](https://www.npmjs.com/package/npm) ≥ 8.12.1
- [hash-detector-cli](https://www.npmjs.com/package/hash-detector-cli) ≥ 1.2.6
## Preparing the environment
1. Install Go, Node.js and Npm.
The instructions are on their linked pages.
2. Install hash-detector-cli with Npm
```sh-session
npm install -g hash-detector-cli
```
3. Clone this repository
```sh-session
git clone git@github.com:fastforwardteam/fastforward-bot.git
cd fastforward-bot
```
4. Edit the .env.example file and rename it to .env
```sh-session
# Use your preferred editor.
nano .env.example
# Then, rename it
mv .env.example .env
```
5. Run or compile it.
To run, use `go run`
```sh-session
go run .
```
To build, use `go build`
```sh-session
go build
```
Go should automatically fetch all dependencies.
# Support
If you need help, join our discord by clicking on the badge or [here](https://discord.com/invite/RSAf7b5njt).