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