Sunset Discord Bot framework is a small NodeJS application that you can download and build off of for your own personal use as long as you give me credit ;)
There is a security vulnerability in this framework. After downloading please use the command npm install hoek
to update the package. The version that was used to make this is flawed
- Make sure you have NodeJS installed
- Have the NPM packages installed (all of the packages Sunset uses are in the
package.json
) - Get a process manager like PM2
- Get a programming text editor like VSCode
- Put your bot token in the
data.json
- Download the master zip and unzip the file
- Open Terminal (macOS & Linux) or Command Prompt (Windows)
- Type
npm index.js
orpm2 start index.js --name "SunsetFrameWork"
and press enter - You now have the Sunset Framework up and running