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