Created the add.h command

This commit is contained in:
2023-11-04 12:23:10 +01:00
parent 1a614ea8e8
commit 1ba8c0d547

13
src/commands/add.h Normal file
View File

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