Created the clear.h command
This commit is contained in:
parent
eae483bd32
commit
46496eb869
14
src/commands/clear.h
Normal file
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
|
Loading…
x
Reference in New Issue
Block a user