mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-11 00:53:31 +01:00
refactor: change xID to xId (#6036)
* refactor: change `xID` to `xId` * Update src/managers/MessageManager.js Co-authored-by: Noel <buechler.noel@outlook.com> Co-authored-by: Noel <buechler.noel@outlook.com>
This commit is contained in:
@@ -9,8 +9,8 @@ const Webhook = require('./Webhook');
|
||||
class InteractionWebhook {
|
||||
/**
|
||||
* @param {Client} client The instantiating client
|
||||
* @param {Snowflake} id ID of the application
|
||||
* @param {string} token Token of the interaction
|
||||
* @param {Snowflake} id The application's id
|
||||
* @param {string} token The interaction's token
|
||||
*/
|
||||
constructor(client, id, token) {
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user