mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-18 04:23:31 +01:00
fix(Events): WebhooksUpdate enum value (#10970)
fix: change Events.WebhooksUpdate value
This commit is contained in:
@@ -89,7 +89,7 @@
|
|||||||
* @property {string} VoiceServerUpdate voiceServerUpdate
|
* @property {string} VoiceServerUpdate voiceServerUpdate
|
||||||
* @property {string} VoiceStateUpdate voiceStateUpdate
|
* @property {string} VoiceStateUpdate voiceStateUpdate
|
||||||
* @property {string} Warn warn
|
* @property {string} Warn warn
|
||||||
* @property {string} WebhooksUpdate webhookUpdate
|
* @property {string} WebhooksUpdate webhooksUpdate
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// JSDoc for IntelliSense purposes
|
// JSDoc for IntelliSense purposes
|
||||||
@@ -186,5 +186,5 @@ module.exports = {
|
|||||||
VoiceServerUpdate: 'voiceServerUpdate',
|
VoiceServerUpdate: 'voiceServerUpdate',
|
||||||
VoiceStateUpdate: 'voiceStateUpdate',
|
VoiceStateUpdate: 'voiceStateUpdate',
|
||||||
Warn: 'warn',
|
Warn: 'warn',
|
||||||
WebhooksUpdate: 'webhookUpdate',
|
WebhooksUpdate: 'webhooksUpdate',
|
||||||
};
|
};
|
||||||
|
|||||||
2
packages/discord.js/typings/index.d.ts
vendored
2
packages/discord.js/typings/index.d.ts
vendored
@@ -6087,7 +6087,7 @@ export enum Events {
|
|||||||
VoiceServerUpdate = 'voiceServerUpdate',
|
VoiceServerUpdate = 'voiceServerUpdate',
|
||||||
VoiceStateUpdate = 'voiceStateUpdate',
|
VoiceStateUpdate = 'voiceStateUpdate',
|
||||||
TypingStart = 'typingStart',
|
TypingStart = 'typingStart',
|
||||||
WebhooksUpdate = 'webhookUpdate',
|
WebhooksUpdate = 'webhooksUpdate',
|
||||||
InteractionCreate = 'interactionCreate',
|
InteractionCreate = 'interactionCreate',
|
||||||
Error = 'error',
|
Error = 'error',
|
||||||
Warn = 'warn',
|
Warn = 'warn',
|
||||||
|
|||||||
Reference in New Issue
Block a user