Created the clear.h command

This commit is contained in:
Mathias Wagner 2023-11-04 17:30:22 +01:00
parent eae483bd32
commit 46496eb869
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

14
src/commands/clear.h Normal file
View File

@ -0,0 +1,14 @@
#ifndef BOT_CLEAR_H
#define BOT_CLEAR_H
#include <dpp/dpp.h>
#include <mariadb/conncpp.hpp>
class clear {
public:
static void execute(sql::Connection &con, dpp::cluster &bot, const dpp::slashcommand_t &event);
};
#endif //BOT_CLEAR_H