Setup - Sattishh/voice-interrupter-discord-bot GitHub Wiki
Go to Click Me and download the installer. Go through the installation wizard and make sure that both Node and NPM are added into your PATH.
To verify that NodeJS is installed and working, open your Command Prompt and write "npm". If no errors show up, you have installed NodeJS. If an error comes up, you most likely don't have Node and NPM in your PATH.
Download the zipped version of the code and extract it. Your folder should look similar to this:
Note: The above image is Windows, but it should look similar on all platforms.
Note: Do not put this in the Downloads or Desktop. Use a folder within Documents
Fill the config.json file with:
- Discord Bot Token (from https://discord.com/developers/applications in the Bot Tab)
- Target User ID - Get the User ID of the User you'd like the bot to talk over.
Go to Discord Settings > Advanced > Turn on Developer Mode. This will allow you to copy a User ID when you right click the user.
-
Annoying Sound - The sound which it plays over the Targetted User talking.
Default is set to "amogus.mp3" but you can add another mp3 file (add it into the audio folder) and change this file in the config.json.
Run the firstinstall.bat file and secondinstall.bat file - This will install all the packages needed for the Discord Bot
Run the start.bat file - This will start running the bot with all your information from config.json.
If the bot says "Ready to disturb someone" in the start.bat file, it is online and working!
Lastly, you will need to add the bot to your server, you can do this by
- Going to https://discord.com/developers/applications and open the Application of the Bot,
- Open the OAuth Tab, scroll down to Scopes,
- In the Scopes section, Click on "bot" and Click on the Copy Button,
- Paste the link in your browser and add the bot into your server!