diff --git a/src/commands/coins.h b/src/commands/coins.h new file mode 100644 index 0000000..da73c07 --- /dev/null +++ b/src/commands/coins.h @@ -0,0 +1,13 @@ +#ifndef BOT_COINS_H +#define BOT_COINS_H + +#include +#include + +class coins { +public: + static void execute(sql::Connection &con, dpp::cluster &bot, const dpp::slashcommand_t &event); +}; + + +#endif //BOT_COINS_H