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