mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 08:03:30 +01:00
chore: docs ci fixes?
This commit is contained in:
@@ -14,8 +14,7 @@ const Events = require('../../util/Events');
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @extends {Action<[import('discord-api-types/v10').GatewayApplicationCommandPermissionsUpdateDispatchData]>}
|
* @extends {Action<[import('discord-api-types/v10').GatewayApplicationCommandPermissionsUpdateDispatchData]>}
|
||||||
* @private
|
* @ignore
|
||||||
* @internal
|
|
||||||
*/
|
*/
|
||||||
class ApplicationCommandPermissionsUpdateAction extends Action {
|
class ApplicationCommandPermissionsUpdateAction extends Action {
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -6,8 +6,7 @@ const Events = require('../../util/Events');
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @extends {Action<[import('discord-api-types/v10').GatewayAutoModerationActionExecutionDispatchData]>}
|
* @extends {Action<[import('discord-api-types/v10').GatewayAutoModerationActionExecutionDispatchData]>}
|
||||||
* @private
|
* @ignore
|
||||||
* @internal
|
|
||||||
*/
|
*/
|
||||||
class AutoModerationActionExecutionAction extends Action {
|
class AutoModerationActionExecutionAction extends Action {
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -5,8 +5,7 @@ const Events = require('../../util/Events');
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @extends {Action<[import('discord-api-types/v10').GatewayAutoModerationRuleCreateDispatchData]>}
|
* @extends {Action<[import('discord-api-types/v10').GatewayAutoModerationRuleCreateDispatchData]>}
|
||||||
* @private
|
* @ignore
|
||||||
* @internal
|
|
||||||
*/
|
*/
|
||||||
class AutoModerationRuleCreateAction extends Action {
|
class AutoModerationRuleCreateAction extends Action {
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -5,8 +5,7 @@ const Events = require('../../util/Events');
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @extends {Action<[import('discord-api-types/v10').GatewayAutoModerationRuleDeleteDispatchData]>}
|
* @extends {Action<[import('discord-api-types/v10').GatewayAutoModerationRuleDeleteDispatchData]>}
|
||||||
* @private
|
* @ignore
|
||||||
* @internal
|
|
||||||
*/
|
*/
|
||||||
class AutoModerationRuleDeleteAction extends Action {
|
class AutoModerationRuleDeleteAction extends Action {
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -5,8 +5,7 @@ const Events = require('../../util/Events');
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @extends {Action<[import('discord-api-types/v10').GatewayAutoModerationRuleDeleteDispatchData]>}
|
* @extends {Action<[import('discord-api-types/v10').GatewayAutoModerationRuleDeleteDispatchData]>}
|
||||||
* @private
|
* @ignore
|
||||||
* @internal
|
|
||||||
*/
|
*/
|
||||||
class AutoModerationRuleUpdateAction extends Action {
|
class AutoModerationRuleUpdateAction extends Action {
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -9,8 +9,7 @@ const Events = require('../../util/Events');
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @extends {Action<[import('discord-api-types/v10').GatewayChannelCreateDispatchData], { channel?: BaseChannel | null }>}
|
* @extends {Action<[import('discord-api-types/v10').GatewayChannelCreateDispatchData], { channel?: BaseChannel | null }>}
|
||||||
* @private
|
* @ignore
|
||||||
* @internal
|
|
||||||
*/
|
*/
|
||||||
class ChannelCreateAction extends Action {
|
class ChannelCreateAction extends Action {
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user