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