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
builddirectory withmkdir build - Create the
bot_tokenfile and paste your bot's token into it withecho $YOUR_BOT_TOKEN_HERE > bot_token - Run
maketo create the binary in thebuilddirectory- Once the binary is executed, the bot can respond to commands from the server(s) it has been invited to