- Copy
script.js
andpackage.json
(below) into a new directory. - Create a file named token.txt and paste a Discord account token inside.
- Make sure Node and NPM are installed, and then run
npm i
in the script's directory. - Once
npm i
has completed, runnpm run dev
.
That's it! You're mocking people!
The prefix is `pls`.pls pause
- pauses the botpls unpause
- unpauses the botpls mock <mention a user>
- starts mocking a userpls ignore <mention a user>
- stops mocking a userpls list
- unstable command to list people being mockedpls sudo <mention a user>
- gives a user ability to run the above 5 commandspls kill <mention a user>
- removes their ability to sudo
To add the first sudo, add your user ID in data/sudo.json
. It would look something like this: ["IDHERE"]
.
Don't worry if you don't see that file originally, it'll be created when you first run the script.
After you make any manual changes to files in the data
directory, restart the script.