Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

Creating a simple ping bot

SeanOMik edited this page Jan 18, 2021 · 12 revisions

Creating your first bot

  • Clone alextwothousand/discpp-bot-boilerplate
    • Run git clone https://github.com/alextwothousand/discpp-bot-boilerplate
  • Install OpenSSL
    • If your using windows, a really easy way to install it is through Chocolately.
  • Open the project through the IDE of your choice.
    • Visual Studio
      • When you open Visual Studio on the right side underneath Get started click Continue without code
      • Click File > Open > CMake...
      • Go to the cloned directory and double click on the CMakeLists.txt file.
  • Take a look at the documentation here.
Clone this wiki locally