(This project was made for educational purpose only. Autobumping your Discord server breaks Disboard's TOS)
- Download the curl and yyjson 3rd party libraries via your package manager
- inside the root directory type
mkdir build - then type
cmake -S . -B buildand thencd build - and lastly type
cmake --build
An executable file called "VTDiscord" should be found in the build directory.
- Move the exectuable you built to the
bindirectory - Inside the bin directory there's a JSON file called config.json, paste your token in it inside the
tokenfield. - Inside the bin directory there's a second JSON file called request.json, paste your bump action request into it.
- 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
- Using the web Discord client open the developer tools (usually you can do it by pressing
CTRL + SHIFT + I) and go to thenetworktab - While capturing the network traffic use the
/bumpcommand in the channel that you want to be automatically bumped - 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
- 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). - Now that you have the token, you also need to copy the interaction (which in your case is the "bump" command) request
- 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)