![]() |
DiscordCoreAPI
A Discord bot library written in C++, with custom asynchronous coroutines.
|
Base class for the command classes. More...
#include <FoundationEntities.hpp>
Public Member Functions | |
virtual void | execute (BaseFunctionArguments &args)=0 |
The base function for the command's execute function. | |
Public Data Members | |
std::string | commandName {} |
Name of the command for calling purposes. | |
std::string | helpDescription {} |
Description of the command for the Help command. | |
EmbedData | helpEmbed {} |
A Message embed for displaying the command via the Help command. | |
|
pure virtual |
args | A reference to an instance of BaseFunctionArguments. |