droplet
1.1.0
A multipurpose Discord bot with the hacker in mind
Loading...
Searching...
No Matches
RemoveNotificationCommand.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include <
Bot.hpp
>
4
5
#include "
IMessageCommand.hpp
"
6
7
class
RemoveNotificationCommand
:
public
IGlobalSlashCommand
{
8
public
:
9
RemoveNotificationCommand
();
10
11
void
on_slashcommand
(
const
dpp::slashcommand_t& event)
override
;
12
};
Bot.hpp
IMessageCommand.hpp
IGlobalSlashCommand
Definition
IGlobalSlashCommand.hpp:9
RemoveNotificationCommand::RemoveNotificationCommand
RemoveNotificationCommand()
Definition
RemoveNotificationCommand.cpp:12
RemoveNotificationCommand::on_slashcommand
void on_slashcommand(const dpp::slashcommand_t &event) override
Definition
RemoveNotificationCommand.cpp:17
src
bot_library
commands
notification
RemoveNotificationCommand.hpp
Generated by
1.13.2