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]>}
|
||||
* @private
|
||||
* @internal
|
||||
* @ignore
|
||||
*/
|
||||
class ApplicationCommandPermissionsUpdateAction extends Action {
|
||||
/**
|
||||
|
||||
@@ -6,8 +6,7 @@ const Events = require('../../util/Events');
|
||||
|
||||
/**
|
||||
* @extends {Action<[import('discord-api-types/v10').GatewayAutoModerationActionExecutionDispatchData]>}
|
||||
* @private
|
||||
* @internal
|
||||
* @ignore
|
||||
*/
|
||||
class AutoModerationActionExecutionAction extends Action {
|
||||
/**
|
||||
|
||||
@@ -5,8 +5,7 @@ const Events = require('../../util/Events');
|
||||
|
||||
/**
|
||||
* @extends {Action<[import('discord-api-types/v10').GatewayAutoModerationRuleCreateDispatchData]>}
|
||||
* @private
|
||||
* @internal
|
||||
* @ignore
|
||||
*/
|
||||
class AutoModerationRuleCreateAction extends Action {
|
||||
/**
|
||||
|
||||
@@ -5,8 +5,7 @@ const Events = require('../../util/Events');
|
||||
|
||||
/**
|
||||
* @extends {Action<[import('discord-api-types/v10').GatewayAutoModerationRuleDeleteDispatchData]>}
|
||||
* @private
|
||||
* @internal
|
||||
* @ignore
|
||||
*/
|
||||
class AutoModerationRuleDeleteAction extends Action {
|
||||
/**
|
||||
|
||||
@@ -5,8 +5,7 @@ const Events = require('../../util/Events');
|
||||
|
||||
/**
|
||||
* @extends {Action<[import('discord-api-types/v10').GatewayAutoModerationRuleDeleteDispatchData]>}
|
||||
* @private
|
||||
* @internal
|
||||
* @ignore
|
||||
*/
|
||||
class AutoModerationRuleUpdateAction extends Action {
|
||||
/**
|
||||
|
||||
@@ -9,8 +9,7 @@ const Events = require('../../util/Events');
|
||||
|
||||
/**
|
||||
* @extends {Action<[import('discord-api-types/v10').GatewayChannelCreateDispatchData], { channel?: BaseChannel | null }>}
|
||||
* @private
|
||||
* @internal
|
||||
* @ignore
|
||||
*/
|
||||
class ChannelCreateAction extends Action {
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user