Skip to content

Jesen-N/discord-bot-cpp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 78.8%
  • CMake 21.2%