droplet 1.1.0
A multipurpose Discord bot with the hacker in mind
Loading...
Searching...
No Matches
SetStatus.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <Bot.hpp>
4
5class SetStatus : public IReady {
6 public:
7 virtual void on_ready(const dpp::ready_t& event) override;
8};
Definition IReady.hpp:6
Definition SetStatus.hpp:5
virtual void on_ready(const dpp::ready_t &event) override
Definition SetStatus.cpp:5