$getSlashCommandData
Fetches data about the specified slash command.
Usage
This function has three params.
Param | Description | Type | Required |
---|---|---|---|
guildID | global | Type of the slash command, either | Snowflake | String | Yes |
slashCommandID | The slash command to get the data for. | Snowflake | Yes |
[property | The data to return about the slash command. | String (SlashCommandProperty) | Yes |
Last updated