Command data, for functions executed by the CommandController.
More...
#include <FoundationEntities.hpp>
◆ getChannelData()
ChannelData DiscordCoreAPI::CommandData::getChannelData |
( |
| ) |
|
|
noexcept |
◆ getCommandArguments()
JsonifierValue DiscordCoreAPI::CommandData::getCommandArguments |
( |
| ) |
|
|
noexcept |
- Returns
- JsonifierValue A JsonifierValue containing the arguments entered with this command.
Definition at line 4045 of file FoundationEntities.cpp.
◆ getCommandName()
std::string DiscordCoreAPI::CommandData::getCommandName |
( |
| ) |
|
|
noexcept |
◆ getDiscordCoreClient()
◆ getGuildData()
GuildData DiscordCoreAPI::CommandData::getGuildData |
( |
| ) |
|
|
noexcept |
◆ getGuildMemberData()
◆ getInputEventData()
◆ getInteractionData()
◆ getMessageData()
MessageData DiscordCoreAPI::CommandData::getMessageData |
( |
| ) |
|
|
noexcept |
◆ getSubCommandGroupName()
std::string DiscordCoreAPI::CommandData::getSubCommandGroupName |
( |
| ) |
|
|
noexcept |
- Returns
- std::string A string containing the name of this sub-command's group.
Definition at line 4041 of file FoundationEntities.cpp.
◆ getSubCommandName()
std::string DiscordCoreAPI::CommandData::getSubCommandName |
( |
| ) |
|
|
noexcept |
◆ getUserData()
UserData DiscordCoreAPI::CommandData::getUserData |
( |
| ) |
|
|
noexcept |
The documentation for this class was generated from the following files: