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