Created the remove.h
This commit is contained in:
parent
204fdcc0b6
commit
9ece450d5d
13
src/commands/remove.h
Normal file
13
src/commands/remove.h
Normal file
@ -0,0 +1,13 @@
|
||||
#ifndef BOT_REMOVE_H
|
||||
#define BOT_REMOVE_H
|
||||
|
||||
#include <dpp/dpp.h>
|
||||
#include <mariadb/conncpp.hpp>
|
||||
|
||||
class remove {
|
||||
public:
|
||||
static void execute(sql::Connection &con, dpp::cluster &bot, const dpp::slashcommand_t &event);
|
||||
};
|
||||
|
||||
|
||||
#endif //BOT_REMOVE_H
|
Loading…
x
Reference in New Issue
Block a user