This repository provides a simple CMake project configuration for setting up and building a Discord bot server using the D++ framework. It includes a basic implementation to help you get started quickly.
-
Clone this repository.
-
Navigate to the main.cpp file located in the /standalone folder.
-
Configure and compile the CMake project within this folder. All dependencies will be automatically downloaded and built.
-
(Optional) Refer to README-cmake.md for advanced operations and additional details about the CMake configuration.
Note: Store your bot's token (obtained via Discord's App Management) in a token.txt file.
The example implementation includes a few basic commands, such as:
/emoji - Displays a random emoji character.
This project also includes additional CMake templates for future updates and features.