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
6class IReady {
7 public:
8 virtual void on_ready(const dpp::ready_t& event) = 0;
9};
Definition IReady.hpp:6
virtual void on_ready(const dpp::ready_t &event)=0