droplet
1.3.0
A multipurpose Discord bot with the hacker in mind
Loading...
Searching...
No Matches
ReminderCommand.hpp
Go to the documentation of this file.
1
/*
2
* (c) Copyright erarnitox.de - All rights reserved
3
* Author: Erarnitox <david@erarnitox.de>
4
*
5
* License: MIT License
6
*
7
* Description:
8
*
9
* Documentation: https://droplet.erarnitox.de/doxygen/html/
10
*/
11
12
#pragma once
13
14
#include <dispatcher.h>
15
16
#include <
Bot.hpp
>
17
18
//-----------------------------------------------------
19
//
20
//-----------------------------------------------------
21
class
ReminderCommand
:
public
IGlobalSlashCommand
{
22
public
:
23
ReminderCommand
();
24
25
void
on_slashcommand
(
const
dpp::slashcommand_t& event)
override
;
26
};
Bot.hpp
IGlobalSlashCommand
Definition
IGlobalSlashCommand.hpp:9
ReminderCommand::ReminderCommand
ReminderCommand()
Definition
ReminderCommand.cpp:45
ReminderCommand::on_slashcommand
void on_slashcommand(const dpp::slashcommand_t &event) override
Definition
ReminderCommand.cpp:58
src
bot_library
commands
reminder
ReminderCommand.hpp
Generated by
1.14.0