Skip to content

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

License

Notifications You must be signed in to change notification settings

KevinShek/discord_bot_cpp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

D++ Windows Bot Template

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.

Reason for this Repo

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:

Commands/Features

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

About

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

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.2%
  • Other 0.8%