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