Discord SelfBot that will use slash commands for you!
This was created by shwp
on Discord
You can support his main Xbox-based bot called Guh by donating!
This is a Discord SelfBot, which goes against Discord ToS. This software is provided to you to be used at your own discretion.
-
Make sure you have Node.js installed on your local machine (install here: https://nodejs.org/en/download/prebuilt-installer)
-
Fill in required
config.json
values:- token (Authentication for the account)
- server_id (Server ID of the server the bot will be used in)
- botid (User ID of the bot)
- channelid (Channel ID of where the bot will use slash commands)
Optional values to mess with will be listed further below
-
Clone the repository at https://github.com/NoVa-Gh0ul/selfbot-command-runner
-
Open the terminal and run
npm install
-
Run
node .
Optional Values Include:
- status:
dnd
|online
|idle
|invisible
- device_spoof:
phone
|pc
- wait_time: integer value supported by
setTimeout()
(Currently set to every 2 hours and 5 minutes)
Extra Info:
-
wait_time is how long you want the bot to wait before using the command again. You can calculate millisecond values here: https://www.omnicalculator.com/conversion/milliseconds-converter
-
loop value must not be changed.