Skip to content

349Bot is a blazing-fast C++ based Discord music bot.

License

Notifications You must be signed in to change notification settings

Fyphen1223/349Bot

Repository files navigation

349Bot

349Bot is a blazing-fast C++ based Discord music bot.

Quick Memo for Developing

gpg often fails to sign.

To resolve this issue, I recommend using terminal(WSL terminal/VSCode internal terminal) first to commit, then commit using VSCode embeded Git.

"--pinentry-mode=loopback" and "--no-autostart" works for generating keys, but not for signing.

Some commands from this list will work:

Do this

"echo "hoge" | gpg --clearsign --no-autostart --pinentry-mode=loopback"

and then try signing.

"killall gpg-agent" "gpgconf --kill gpg-agent" "gpgconf --launch gpg-agent" "export GPG_TTY=$(tty)"

Log level

0: TRACE 1: DEBUG 2: INFO 3: WARN 4: ERROR 5: CRITICAL

Build

cmake --build build --config Release
cmake -DCMAKE_TOOLCHAIN_FILE=toolchain-mingw.cmake -B windows

To build libhv, you have to do this:

./configure
cmake --DWITH_OPENSSL
cmake install

About

349Bot is a blazing-fast C++ based Discord music bot.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published