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