Skip to content

trainzkid/discordBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Discord Bot

Discord bot build in c++ as practice.

Dependencies

This application requires the following dependencies:

  • D++
  • Make
  • C++23 (17+ is probably fine)

Install

  1. Clone this repo with git clone https://github.com/trainzkid/discordBot.git
  2. Cd into the repo with cd discordBot
  3. Create the build directory with mkdir build
  4. Create the bot_token file and paste your bot's token into it with echo $YOUR_BOT_TOKEN_HERE > bot_token
  5. Run make to create the binary in the build directory
    • Once the binary is executed, the bot can respond to commands from the server(s) it has been invited to

About

Discord bot build in c++ as practice.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published