mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-17 03:53:29 +01:00
docs(ApplicationCommandType): add DAPI link (#6463)
This commit is contained in:
@@ -895,6 +895,7 @@ exports.OverwriteTypes = createEnum(['role', 'member']);
|
|||||||
* * USER
|
* * USER
|
||||||
* * MESSAGE
|
* * MESSAGE
|
||||||
* @typedef {string} ApplicationCommandType
|
* @typedef {string} ApplicationCommandType
|
||||||
|
* @see {@link https://discord.com/developers/docs/interactions/application-commands#application-command-object-application-command-types}
|
||||||
*/
|
*/
|
||||||
exports.ApplicationCommandTypes = createEnum([null, 'CHAT_INPUT', 'USER', 'MESSAGE']);
|
exports.ApplicationCommandTypes = createEnum([null, 'CHAT_INPUT', 'USER', 'MESSAGE']);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user