Created the coins.h command

This commit is contained in:
2023-11-04 23:55:06 +01:00
parent a436b99c52
commit 92b2767c55

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