droplet 1.1.0
A multipurpose Discord bot with the hacker in mind
 
Loading...
Searching...
No Matches
BugReportCommand.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <Bot.hpp>
4
6 public:
8
9 void on_slashcommand(const dpp::slashcommand_t& event) override;
10 void on_form_submit(const dpp::form_submit_t& event) override;
11};
void on_form_submit(const dpp::form_submit_t &event) override
Definition BugReportCommand.cpp:57
BugReportCommand()
Definition BugReportCommand.cpp:15
void on_slashcommand(const dpp::slashcommand_t &event) override
Definition BugReportCommand.cpp:23
Definition IFormCommand.hpp:6
Definition IGlobalSlashCommand.hpp:9