A discord bot built using DPP, a C++ library for interacting with Discord API
- Clone the repository on your local machine
- navigate to
srcdirectory and open it in terminal - run command
g++ -std=c++17 main.cpp -o mybot -ldpp-> this command is compilingmain.cppand making a executable filemybot - then run the executable file mybot in terminal as
./mybot