droplet
1.1.0
A multipurpose Discord bot with the hacker in mind
Loading...
Searching...
No Matches
IButtonCommand.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
IButtonCommand
{
7
public
:
8
virtual
void
on_button_click
(
const
dpp::button_click_t& event) = 0;
9
};
IButtonCommand
Definition
IButtonCommand.hpp:6
IButtonCommand::on_button_click
virtual void on_button_click(const dpp::button_click_t &event)=0
src
bot_library
bot
core
interfaces
include
IButtonCommand.hpp
Generated by
1.12.0