mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-11 00:53:31 +01:00
types(Extendable): add ButtonInteraction (#5802)
This commit is contained in:
@@ -20,7 +20,6 @@
|
||||
* * **`Role`**
|
||||
* * **`User`**
|
||||
* * **`CommandInteraction`**
|
||||
* * **`MessageComponentInteraction`**
|
||||
* * **`ButtonInteraction`**
|
||||
* @typedef {string} ExtendableStructure
|
||||
*/
|
||||
@@ -113,7 +112,6 @@ const structures = {
|
||||
Role: require('../structures/Role'),
|
||||
User: require('../structures/User'),
|
||||
CommandInteraction: require('../structures/CommandInteraction'),
|
||||
MessageComponentInteraction: require('../structures/MessageComponentInteraction'),
|
||||
ButtonInteraction: require('../structures/ButtonInteraction'),
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user