This is the home repository for my Mad Troll Bot. Mad Troll Bot can populate a Discord server and troll your fellow tilted gamers on a voice channel, by playing an mp4 media of your choice.
- Clone the repo on your device
[email protected]:MacroController/MadTrollBot.git
. - Install discord.js, since the troll bot requires it for now.
- Create your bot.
- Get the correct bot token, from the same URL, on your bot page, under the
bot
tab:- Text permissions:
- read message history
- Voice permissions:
- connect
- video
- speak
- General permissions
- view channels
- Text permissions:
- Insert the token in
index.js
file. - Invite the bot in the target server.
- Launch the code (this is the part that requires discord.js).
- Write the prompt in the general channel and have fun.
At some point I plan on implementing that in Python instead of js, since I dislike both, but Python less so than js.
👤 MacroController