sirae
  • C++ 82.1%
  • CMake 17.9%
Find a file
2026-02-18 15:21:22 -07:00
cmake basics 2026-02-18 01:53:16 -07:00
src Its broken, but its progress 2026-02-18 15:21:22 -07:00
.gitignore update .gitignore again because it didnt want to work on my laptop 2026-02-18 10:42:10 -07:00
CMakeLists.txt basics 2026-02-18 01:53:16 -07:00
README.md Add README.md 2026-02-18 10:39:05 -07:00

Sirae

General purpose Discord bot for learning how to do things...

Building

Assuming Arch Linux:

yay -S sqlite nlohmann-json dpp-git
mkdir build && cd build
cmake ..
cmake --build . -j${nproc}