This bot will follow a user you specify in and out of voice channels under the name Leroy. Any time the target user speaks, the bot will play an audio clip of the infamous Leroy Jenkins to interupt them (on repeat).
This was inspired by this bot. It was made over 3 years ago and on versions that don't support mac M1 chips, and Discord doesn't support that npm version anymore either.
- Node.JS tested on v18
- You will need basic knowledge of node.js and how to navigate via cmd prompt or terminal.
- Setup a discord bot account and get your bot token. Instructions on this can be found here.
- Step 1:
npm install - Step 2: Create a file named
.envand copy the contents of.env.exampleinto the new file. Replace the placeholder TOKEN with your own. - Step 3: Run
node bot.jsor using a process manager like PM2 - Step 4: The default command prefix for the bot is
leeroy!Runningleeroy!helpwill give you all the commands necassary. Essentially the main command isleeroy!target @(your target here). Also there isleeroy!startandleeroy!stop. By default he is turned on so to begin trolling your friends you should just have to target them.
As a result, this got some updates and was fun to work on to mess with friends.