droplet 1.1.0
A multipurpose Discord bot with the hacker in mind
 
Loading...
Searching...
No Matches
SetNotificationCommand.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <dispatcher.h>
4
5#include <Bot.hpp>
6
8 public:
10
11 void on_slashcommand(const dpp::slashcommand_t& event) override;
12 void on_ready(const dpp::ready_t& event) override;
13};
Definition IGlobalSlashCommand.hpp:9
Definition IReady.hpp:6
void on_slashcommand(const dpp::slashcommand_t &event) override
Definition SetNotificationCommand.cpp:122
SetNotificationCommand()
Definition SetNotificationCommand.cpp:110
void on_ready(const dpp::ready_t &event) override
Definition SetNotificationCommand.cpp:165