71f3be080e1bf925c4b6aab4befa59c666ac26b1
Credits
https://github.com/brainboxdotcc/templatebot
Compilation
mkdir build
cd build
cmake ..
make -j
If DPP is installed in a different location you can specify the root directory to look in while running CMake :
cmake .. -DDPP_ROOT_DIR=<your-path>
Running the bot
Create a config.json in the directory above the build directory:
{ "token": "your bot token here" }
Start the bot:
cd build
./airi
Description
Languages
CMake
62.1%
C++
31.4%
Dockerfile
4.5%
C
2%