![]() |
D++ (DPP)
C++ Discord API Bot Library
|
To install D++ from AUR, follow the steps below (as root):
git clone https://aur.archlinux.org/dpp.git cd dpp makepkg -si
or use your favorite package manager:
# example with `yay` (without root) yay -Sy dpp
This will do the following three things:
dpp
dpp
You will now be able to use D++ by including its library on the command line:
g++ mybot.cpp -o mybot -ldpp