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