2026-01-29 00:52:59 +01:00
2025-12-30 02:54:25 +01:00
2026-01-29 00:52:59 +01:00
2025-12-30 02:54:25 +01:00
2025-12-30 02:54:25 +01:00
2025-12-30 02:54:25 +01:00
2026-01-27 20:49:45 +01:00
2025-12-30 02:54:25 +01:00
2026-01-29 00:52:59 +01:00

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",
  "gemini": "your gemini api key here"
}

Start the bot :

cd build
./airi
docker build -t airi .
docker run -d \
  --name airi-container \
  -v $(pwd)/config.json:/usr/src/airi/config.json \
  airi
Description
Discord bot for my support server.
Readme Apache-2.0 39 KiB
Languages
C++ 67.4%
CMake 30.4%
Dockerfile 2.2%