#include <BugReportCommand.hpp>
Public Member Functions | |
BugReportCommand () | |
void | on_slashcommand (const dpp::slashcommand_t &event) override |
void | on_form_submit (const dpp::form_submit_t &event) override |
Additional Inherited Members | |
![]() | |
std::string | command_name |
std::string | command_description |
std::vector< dpp::command_option > | command_options |
BugReportCommand::BugReportCommand | ( | ) |
|
overridevirtual |
Implements IFormCommand.
|
overridevirtual |
Implements IGlobalSlashCommand.