Added about command and more bot info
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
#include "../../settings.hpp"
|
||||
#include <dpp/dispatcher.h>
|
||||
|
||||
void commandPing(const dpp::slashcommand_t &event) { event.reply("Pong"); }
|
||||
void commandAbout(const dpp::slashcommand_t &event) { event.reply("Pong"); }
|
||||
void commandAbout(const dpp::slashcommand_t &event) {
|
||||
event.reply(COMMAND_ABOUT_RESPONSE);
|
||||
}
|
||||
|
Reference in New Issue
Block a user