Created the remove.h

This commit is contained in:
Mathias Wagner 2023-11-04 14:09:07 +01:00
parent 204fdcc0b6
commit 9ece450d5d
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

13
src/commands/remove.h Normal file
View 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