droplet
1.1.0
A multipurpose Discord bot with the hacker in mind
Loading...
Searching...
No Matches
IFormCommand.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include <dpp/cluster.h>
4
#include <dpp/dispatcher.h>
5
6
class
IFormCommand
{
7
public
:
8
virtual
void
on_form_submit
(
const
dpp::form_submit_t& event) = 0;
9
};
IFormCommand
Definition
IFormCommand.hpp:6
IFormCommand::on_form_submit
virtual void on_form_submit(const dpp::form_submit_t &event)=0
src
bot_library
bot
core
interfaces
include
IFormCommand.hpp
Generated by
1.12.0