Discord bot build in c++ as practice.
This application requires the following dependencies:
- D++
- Make
- C++23 (17+ is probably fine)
- Clone this repo with
git clone https://github.com/trainzkid/discordBot.git
- Cd into the repo with
cd discordBot
- Create the
build
directory withmkdir build
- Create the
bot_token
file and paste your bot's token into it withecho $YOUR_BOT_TOKEN_HERE > bot_token
- Run
make
to create the binary in thebuild
directory- Once the binary is executed, the bot can respond to commands from the server(s) it has been invited to