Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
braindigitalis authored May 13, 2022
1 parent 9bcb028 commit 15fbf39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ int main() {
bot.on_ready([&bot](const dpp::ready_t& event) {
if (dpp::run_once<struct register_bot_commands>()) {
bot.global_command_create(
dpp::slashcommand("ping", "Ping pong!", bot.me.id),
dpp::slashcommand("ping", "Ping pong!", bot.me.id)
);
}
});
Expand Down

0 comments on commit 15fbf39

Please sign in to comment.