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