Created the clear.h command

This commit is contained in:
2023-11-04 17:30:22 +01:00
parent eae483bd32
commit 46496eb869

14
src/commands/clear.h Normal 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