Discord Support Bot is a lightweight desktop application that plays a custom sound when someone joins a monitored voice channel. It supports multiple channels, user filters, and advanced auto-move functionalities to streamline your Discord support experience.
-
Multi-Channel Monitoring Monitor multiple voice channels simultaneously.
-
Join Sound Notification Plays a sound when someone joins one of your selected channels.
-
Custom Sound Choose and use your own
.mp3or.wavfile. -
Advanced Sound Filters Whitelist or blacklist users based on:
- Username
- Display name
- Server nickname
-
Auto Move System With a single hotkey or key combination, automatically move a random user from your predefined support queue into your current voice channel.
-
Auto Move Filters Use the same user filters for auto move to ensure only the right users are picked.
⚠️ Warning: Your token grants full access to your account. Keep it private and do not share it.
- Go to Discord Web.
- Press
Ctrl + Shift + Ito open Developer Tools. - Go to the Console tab.
- If needed, type
allow pastingand press Enter to enable pasting. - Paste and run this code:
(() => {
const f = document.body.appendChild(document.createElement('iframe'));
let s = f.contentWindow.localStorage.token;
f.remove();
try { s = JSON.parse(s); } catch {}
copy(String(s || ''));
console.log('%cWorked!', 'font-size:50px');
console.log('%cYou now have your token in the clipboard!', 'font-size:16px');
})();- Your token is now copied to your clipboard.
- Launch Discord VC Join Sound.
- Enter your Discord Token.
- Enter the Voice Channel IDs you want to monitor.
- Configure everything according to your wishes.
- Click Save and Start Bot.
👉 Download the latest version here
This app uses a user token to simulate a client. This is against Discord’s Terms of Service and may lead to a ban. Use it at your own risk, and only on accounts you control. We are not responsible for any consequences.
