An open API service indexing awesome lists of open source software.

https://github.com/brainboxdotcc/windows-bot-template

A D++ Discord Bot template for Visual Studio 2022 (Windows x64 and x86) - Ready to go, just add your code!
https://github.com/brainboxdotcc/windows-bot-template

cpp cpp17 discord discord-api discord-bot discord-bot-api discord-bot-client discord-bot-template discord-client discord-cpp dpp

Last synced: 8 months ago
JSON representation

A D++ Discord Bot template for Visual Studio 2022 (Windows x64 and x86) - Ready to go, just add your code!

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).