Skip to content

Commit

Permalink
docs: removal of json where not needed.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaskowicz1 committed Aug 20, 2023
1 parent f5e8730 commit 01e4f9b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ This example demonstrates adding multiple buttons, receiving button clicks and s
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~{.cpp}
#include <dpp/dpp.h>
using json = nlohmann::json;
int main() {
dpp::cluster bot("token");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ This example demonstrates creating a select menu, receiving select menu clicks a
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~{.cpp}
#include <dpp/dpp.h>
using json = nlohmann::json;
int main() {
dpp::cluster bot("token");
Expand Down

0 comments on commit 01e4f9b

Please sign in to comment.