Jesen-N / discord-bot-cpp

A discord bot written in c++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

discord-bot-cpp

a discord bot written in c++

How to build the source - starting path (discord-bot-cpp/)

$ mkdir build
$ cd build
$ cmake ..
$ cmake --build .

Running the program

  • copy a executable file (discord_bot.exe) from discord-bot-cpp/build/src/debug to discord-bot-cpp/bin
  • run the program.

Credits

About

A discord bot written in c++

License:The Unlicense


Languages

Language:C++ 78.8%Language:CMake 21.2%