Created the channel.h command
This commit is contained in:
parent
54385d0a7c
commit
d53c01c734
12
src/commands/channel.h
Normal file
12
src/commands/channel.h
Normal 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
|
Loading…
x
Reference in New Issue
Block a user