Created the channel.h command

This commit is contained in:
Mathias Wagner 2023-11-04 23:55:45 +01:00
parent 54385d0a7c
commit d53c01c734
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

12
src/commands/channel.h Normal file
View File

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