Join the Discord server here!
This open-source repository holds all the code for the main Flightline vACC Discord bot, and was written in C++ using the D++ Discord API wrapper library.
In order for this bot to function, a config.json file is required. It should look something like this:
{
"token": "",
"flvacc-api-key": "",
"guild-id": "593830690777333770",
"atc-role-id": "695190404253089802",
"postgres-url": "postgresql://user:password@localhost:5432/flvacc"
}