Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tomasmark79/mydiscordbot
Comprehensive discord bot with basic command preparation.
https://github.com/tomasmark79/mydiscordbot
basic bot cmake cpm discord emoji server
Last synced: about 1 month ago
JSON representation
Comprehensive discord bot with basic command preparation.
- Host: GitHub
- URL: https://github.com/tomasmark79/mydiscordbot
- Owner: tomasmark79
- License: unlicense
- Created: 2024-11-16T13:22:30.000Z (about 1 month ago)
- Default Branch: master
- Last Pushed: 2024-11-16T14:19:48.000Z (about 1 month ago)
- Last Synced: 2024-11-16T14:30:36.547Z (about 1 month ago)
- Topics: basic, bot, cmake, cpm, discord, emoji, server
- Language: CMake
- Homepage: https://specialiste.digitalspace.name/discord-bot-v-cpp/
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# My Discord Bot
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.
# How to Use
1. Clone this repository.
2. Navigate to the main.cpp file located in the /standalone folder.
3. Configure and compile the CMake project within this folder. All dependencies will be automatically downloaded and built.
4. (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.
# Commands
The example implementation includes a few basic commands, such as:/emoji - Show Random Emoji!
/startemojitimer - Start Random Emoji Timer!
/stopemojitimer - Stop Random Emoji Timer!# To-Do
This project also includes additional CMake templates for future updates and features.