Lunar Next#
How to run#
Requirements#
- dpp
- clang 19+ (untested with gcc/cl, gcc crashed my container)
- meson/ninja
Compile/Run#
git clone https://tangled.org/spawnprophet.tngl.sh/lunarnext
cd src
CC=clang CXX=clang++ CC_LD=lld CXX_LD=lld meson setup ../build
cd ..
cp .env.example .env # Make sure to fill it out
cp blacklist.lunar.example blacklist.lunar # Same as above, if you have no ids leave it blank
cp whitelist.lunar.example whitelist.lunar # Remove first line and add your discord ID to it
meson compile -C build
./build/lunarnext
Disclaimer#
Some code has been assisted by Gemini Enterprise but has been looked over by a human and made sure to not leak any info.