vc runner is a Discord self-bot tool that utilizes WebSocket and Axios to make multiple tokens (user accounts) join a voice channel. This project is purely educational, aimed at demonstrating how WebSocket connections can be implemented to interact with Discord voice channels.
guide to setup the script for yourself
- Node.js (latest version recommended)
- Hosting (VPS, RDP, or similar, if you plan to run the script continuously)
- Discord Account Tokens
-
Clone the repo
git clone https://github.com/00nx/vc-runner.git
-
Install NPM packages
npm install
-
Enter your your SERVER ID, VOICE CHANNEL ID in
config.json
-
Add your account tokens into
tokens.txt
file -
Run the script
node index.js
Distributed under the MIT License. See LICENSE.txt
for more information.
telegram - @misjudgment