Discord VC Join Sound is a simple application that creates a Discord client using a Discord user token. The bot plays a sound whenever someone joins a specified voice channel.
To use this application, you need your Discord user token. Follow these steps to retrieve it:
-
Open Discord in your browser.
-
Press
Ctrl + Shift + I
to open the Developer Tools. -
Navigate to the Console tab.
-
Paste the following code and press
Enter
:window.webpackChunkdiscord_app.push([ [Math.random()], {}, req => { if (!req.c) return; for (const m of Object.keys(req.c) .map(x => req.c[x].exports) .filter(x => x)) { if (m.default && m.default.getToken !== undefined) { return copy(m.default.getToken()); } if (m.getToken !== undefined) { return copy(m.getToken()); } } }, ]); console.log('%cWorked!', 'font-size: 50px'); console.log(`%cYou now have your token in the clipboard!`, 'font-size: 16px');
-
After running the code, your token will be copied to your clipboard.
Important: Do not share your Discord token with anyone! It grants full access to your account.
Once you have your Discord token, follow these steps to set up the application:
- Open the app.
- Enter your Discord token in the "Discord Token" field.
- Enter the Channel ID of the voice channel you want to monitor.
- Click on "Save and Start Bot" to start the bot.
You can download the latest release of Discord VC Join Sound from the following link:
Download Discord VC Join Sound
Please use this application responsibly and ensure that you comply with Discord's terms of service.