Skip to content

NoVa-Gh0ul/selfbot-command-runner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

selfbot-command-runner

Discord SelfBot that will use slash commands for you!

Author

This was created by shwp on Discord

You can support his main Xbox-based bot called Guh by donating!

DISCLAIMER

This is a Discord SelfBot, which goes against Discord ToS. This software is provided to you to be used at your own discretion.

Setup

  1. Make sure you have Node.js installed on your local machine (install here: https://nodejs.org/en/download/prebuilt-installer)

  2. 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

  1. Clone the repository at https://github.com/NoVa-Gh0ul/selfbot-command-runner

  2. Open the terminal and run npm install

  3. Run node .

Config Values

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: