Skip to content

A lightweight autobumping tool written in C, so you can autobump your Discord server on Disboard even on more resource restrained hardware.

License

Notifications You must be signed in to change notification settings

Vietexa/VTDiscord

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VTDISCORD

An autobumping tool for the Disboard server Directory

(This project was made for educational purpose only. Autobumping your Discord server breaks Disboard's TOS)

How to build:

Linux Distros:

  1. Download the curl and yyjson 3rd party libraries via your package manager
  2. inside the root directory type mkdir build
  3. then type cmake -S . -B build and then cd build
  4. and lastly type cmake --build

An executable file called "VTDiscord" should be found in the build directory.

How to set it up:

  1. Move the exectuable you built to the bin directory
  2. Inside the bin directory there's a JSON file called config.json, paste your token in it inside the token field.
  3. Inside the bin directory there's a second JSON file called request.json, paste your bump action request into it.
  4. After pasting your token and the bump request you can run the executable and it will automatically bump the channel from the Discord server where you sent the bump request that you pasted into the request.json file

Additional information:

How to find the Discord token and bump request:

  1. Using the web Discord client open the developer tools (usually you can do it by pressing CTRL + SHIFT + I) and go to the network tab
  2. While capturing the network traffic use the /bump command in the channel that you want to be automatically bumped
  3. You should see a listing called "interactions" among the other traffic that appears in the network tab, select it and go to the section called Request Headers
  4. Inside the section called Request Headers you should see a field (key) called Authorization, you need to copy the value of that field (the value of the field is your token).
  5. Now that you have the token, you also need to copy the interaction (which in your case is the "bump" command) request
  6. From the same listing you copied the token from you will also see a tab called Payload, click on that tab and you will see your interaction request (which is in the json format), you can press "view source" to view it as raw text and then copy it (this is the bump request)

About

A lightweight autobumping tool written in C, so you can autobump your Discord server on Disboard even on more resource restrained hardware.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published