- You need the two files in this repo in a folder
- Then you need togo into your discords resources folder and make a
app
folder - Inside that file you need 2 files a
index.js
and apackage.json
- In the
package.json
copy and paste this into it{"name": "discord", "main": "./index.js"}
- In the
index.js
you just needrequire("<Full file path to the folder you made at the begining>")