Skip to content

Commit 34b048f

Browse files
Update ping.cpp
1 parent 1113a58 commit 34b048f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/commands/ping.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#include "command_example/command.h"
22
#include "command_example/commands/ping.h"
3-
#include <dpp/fmt/format.h>
3+
#include <fmt/format.h>
44

55
/* Example ping command
66
* Calculates rest + websocket ping
@@ -20,4 +20,4 @@ void handle_ping(dpp::cluster& bot, const dpp::slashcommand_t& event) {
2020
)
2121
)
2222
);
23-
}
23+
}

0 commit comments

Comments
 (0)