Skip to content

Commit

Permalink
docs: corrected timers_example3.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaskowicz1 committed Apr 4, 2024
1 parent 2ca0e4c commit c82fa7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docpages/example_code/timers_example3.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ int main() {
dpp::slashcommand stop_timer("stop_timer", "Stop your 10 second timer!", bot.me.id);

/* Register the commands. */
bot.global_bulk_command_create({start_timer, stop_timer});
bot.global_bulk_command_create({ start_timer, stop_timer });
}
});

Expand Down

0 comments on commit c82fa7e

Please sign in to comment.