Skip to content

Commit 7890124

Browse files
Update info.cpp
1 parent 34b048f commit 7890124

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/commands/info.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/info.h"
3-
#include <dpp/fmt/format.h>
3+
#include <fmt/format.h>
44

55
/* Example info command
66
*/
@@ -16,4 +16,4 @@ void handle_info(dpp::cluster& bot, const dpp::slashcommand_t& event) {
1616
add_field("Library Version", fmt::format("[{}]({})", dpp::utility::version(), "https://github.com/brainboxdotcc/DPP"), true)
1717
)
1818
);
19-
}
19+
}

0 commit comments

Comments
 (0)