A D++ Discord Bot template for Visual Studio 2022 (x64 and x86, release and debug). This repository is the result of this tutorial 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.
This repo is a fork to utilise the Discord Bot template in C++. The aim of this repo was to learn more C++ and how to code in C++ by implementing some simple commands/features as shown below:
!join and !leave these commands allows for the bot to join/leave the voice channel of the user who issued those commands.
!pain and !painpeko these commands will grab the hardcoded locations of the specific sound file from the host pc and play those sounds through to the discord voice chat.
!talker this command will make the bot read the user issued message out into the voice channel using the piper package.