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
7 public:
8 virtual void on_form_submit(const dpp::form_submit_t& event) = 0;
9};
Definition IFormCommand.hpp:6
virtual void on_form_submit(const dpp::form_submit_t &event)=0