Skip to content

NotUnlikeTheWaves/concordpp-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example project for C++ on discord

The Discord server for this library can be found here.

Requirements

  • Boost (>1.58 per CMakeLists, but some lower versions may work)
  • OpenSSL

Building

  1. git clone https://github.com/hiddos/concordpp-example
  2. Create a token.txt file containing just your token (see example_token.txt)
  3. Run the following commands
   mkdir build
   cd build
   cmake ..
   make
  1. Run the bot through ./runfile

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published