droplet 1.3.0
A multipurpose Discord bot with the hacker in mind
Loading...
Searching...
No Matches
BugReportCommand.hpp
Go to the documentation of this file.
1/*
2 * (c) Copyright erarnitox.de - All rights reserved
3 * Author: Erarnitox <david@erarnitox.de>
4 *
5 * License: MIT License
6 *
7 * Description:
8 *
9 * Documentation: https://droplet.erarnitox.de/doxygen/html/
10 */
11#pragma once
12
13#include <Bot.hpp>
14
15//-----------------------------------------------------
16//
17//-----------------------------------------------------
19 public:
21
22 void on_slashcommand(const dpp::slashcommand_t& event) override;
23 void on_form_submit(const dpp::form_submit_t& event) override;
24};
void on_form_submit(const dpp::form_submit_t &event) override
Definition BugReportCommand.cpp:73
BugReportCommand()
Definition BugReportCommand.cpp:25
void on_slashcommand(const dpp::slashcommand_t &event) override
Definition BugReportCommand.cpp:33
Definition IFormCommand.hpp:6
Definition IGlobalSlashCommand.hpp:9