droplet
1.3.0
A multipurpose Discord bot with the hacker in mind
Loading...
Searching...
No Matches
LeaderboardCommand.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 <
Bot.hpp
>
15
16
//-----------------------------------------------------
17
//
18
//-----------------------------------------------------
19
class
LeaderboardCommand
:
public
IGlobalSlashCommand
{
20
public
:
21
LeaderboardCommand
();
22
23
virtual
void
on_slashcommand
(
const
dpp::slashcommand_t& event)
override
;
24
};
Bot.hpp
IGlobalSlashCommand
Definition
IGlobalSlashCommand.hpp:9
LeaderboardCommand::on_slashcommand
virtual void on_slashcommand(const dpp::slashcommand_t &event) override
Definition
LeaderboardCommand.cpp:32
LeaderboardCommand::LeaderboardCommand
LeaderboardCommand()
Definition
LeaderboardCommand.cpp:24
src
bot_library
commands
leaderboard
LeaderboardCommand.hpp
Generated by
1.14.0