My bot, yo
IF you want to use this Code for your own bot, you need to create a config.json like this...
{
"token": "YOUR_BOT_TOKEN"
}...and be placed in the root of your working directory.
The CMakeLists.txt file is actually given and you should be able to compile the code easily via cmake.
You might need to install some dependencies (cmake will tell you explicitly, you might want to actually READ the error messages, instead of just "whoopsy daisy"-ing and asking someone else), including D++ (C++ Discord API).
How to download D++ (official website): https://dpp.dev/installing.html
Soon there will be a documentation for every executable command.