Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 451 Bytes

File metadata and controls

15 lines (10 loc) · 451 Bytes

Katachi

A discord bot implementation in C/C++

Description

  • The sample bot program is present in Main.cp
  • Bot token is passed via command line arguments

Disclaimer

  • Not all Discord API is implemented

Building

  • Use premake to generate build files and build the project accordingly.

Note: The binaries of premake for Windows, Linux and Mac is present in Premake directory at the root of the repository