mirror of
https://github.com/discordjs/discord.js.git
synced 2026-06-04 10:00:08 +00:00
feat: general component improvements (#5787)
This commit is contained in:
@@ -21,6 +21,7 @@
|
||||
* * **`User`**
|
||||
* * **`CommandInteraction`**
|
||||
* * **`MessageComponentInteraction`**
|
||||
* * **`ButtonInteraction`**
|
||||
* @typedef {string} ExtendableStructure
|
||||
*/
|
||||
|
||||
@@ -113,6 +114,7 @@ const structures = {
|
||||
User: require('../structures/User'),
|
||||
CommandInteraction: require('../structures/CommandInteraction'),
|
||||
MessageComponentInteraction: require('../structures/MessageComponentInteraction'),
|
||||
ButtonInteraction: require('../structures/ButtonInteraction'),
|
||||
};
|
||||
|
||||
module.exports = Structures;
|
||||
|
||||
Reference in New Issue
Block a user