https://github.com/juniperislost/dietbot
A Discord bot designed for simplicity.
https://github.com/juniperislost/dietbot
Last synced: 3 months ago
JSON representation
A Discord bot designed for simplicity.
- Host: GitHub
- URL: https://github.com/juniperislost/dietbot
- Owner: juniperislost
- License: apache-2.0
- Created: 2025-03-22T18:09:06.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-03-22T19:39:18.000Z (3 months ago)
- Last Synced: 2025-03-22T20:27:33.432Z (3 months ago)
- Language: C++
- Size: 7.72 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# D++ Windows Bot Template
A [D++](https://github.com/brainboxdotcc/DPP) Discord Bot template for Visual Studio 2022 (x64 and x86, release and debug). This repository is the result of [this tutorial](https://dpp.dev/build-a-discord-bot-windows-visual-studio.html) with additional enhancements for automatic selection of the correct architecture, and copying of the dll files into the correct folders on successful build.
This template comes packaged with the latest master branch of D++ from the CI. To use this project simply put your code into the `MyBot.cpp` and press F7. You can do much more with this template.
For support and assistance please join [the official support discord](https://discord.gg/dpp).