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