fix: eslint
This commit is contained in:
parent
361352d773
commit
6a98c3a633
@ -1498,7 +1498,7 @@ exports.ApplicationCommandPermissionTypes = createEnum([null, 'ROLE', 'USER']);
|
|||||||
* * BOOLEAN_EQUAL
|
* * BOOLEAN_EQUAL
|
||||||
* * BOOLEAN_NOT_EQUAL
|
* * BOOLEAN_NOT_EQUAL
|
||||||
* @typedef {string} ApplicationRoleConnectionMetadataType
|
* @typedef {string} ApplicationRoleConnectionMetadataType
|
||||||
* @see{@link https://discord.com/developers/docs/resources/application-role-connection-metadata#application-role-connection-metadata-object-application-role-connection-metadata-type}
|
* @see {@link https://discord.com/developers/docs/resources/application-role-connection-metadata#application-role-connection-metadata-object-application-role-connection-metadata-type}
|
||||||
*/
|
*/
|
||||||
exports.ApplicationRoleConnectionMetadataTypes = createEnum(
|
exports.ApplicationRoleConnectionMetadataTypes = createEnum(
|
||||||
null,
|
null,
|
||||||
@ -1809,7 +1809,7 @@ function createEnum(keys) {
|
|||||||
* The type of an {@link ApplicationCommandPermissions} object.
|
* The type of an {@link ApplicationCommandPermissions} object.
|
||||||
* @property {Object<ApplicationCommandType, number>} ApplicationCommandTypes
|
* @property {Object<ApplicationCommandType, number>} ApplicationCommandTypes
|
||||||
* The type of an {@link ApplicationCommand} object.
|
* The type of an {@link ApplicationCommand} object.
|
||||||
* @property {Object{ApplicationRoleConnectionMetadataType, number}} ApplicationRoleConnectionMetadataTypes
|
* @property {Object<ApplicationRoleConnectionMetadataType, number>} ApplicationRoleConnectionMetadataTypes
|
||||||
* @property {Object<AutoModerationRuleTriggerType, number>} AutoModerationRuleTriggerTypes Characterizes the type
|
* @property {Object<AutoModerationRuleTriggerType, number>} AutoModerationRuleTriggerTypes Characterizes the type
|
||||||
* of content which can trigger the rule.
|
* of content which can trigger the rule.
|
||||||
* @property {Object<AutoModerationActionType, number>} AutoModerationActionTypes
|
* @property {Object<AutoModerationActionType, number>} AutoModerationActionTypes
|
||||||
|
Loading…
Reference in New Issue
Block a user