https://github.com/deluze/dpp-bot
Personal template for Discord bots using D++
https://github.com/deluze/dpp-bot
Last synced: 3 months ago
JSON representation
Personal template for Discord bots using D++
- Host: GitHub
- URL: https://github.com/deluze/dpp-bot
- Owner: Deluze
- Created: 2023-02-05T22:13:53.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-29T18:05:34.000Z (almost 2 years ago)
- Last Synced: 2025-07-14T22:25:55.115Z (3 months ago)
- Language: Dockerfile
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dpp-bot
My personal template for D++ Discord bots.
The Docker image can be used as a Docker Toolchain in CLion.
## Installation
```bash
docker build .
```Add `"-DCMAKE_TOOLCHAIN_FILE=/vcpkg/scripts/buildsystems/vcpkg.cmake"` to the CMake Options in CLion so that CLion automatically adds this parameter when generating the CMake project.