Initial commit
This commit is contained in:
11
src/structures/ButtonInteraction.js
Normal file
11
src/structures/ButtonInteraction.js
Normal file
@@ -0,0 +1,11 @@
|
||||
'use strict';
|
||||
|
||||
const MessageComponentInteraction = require('./MessageComponentInteraction');
|
||||
|
||||
/**
|
||||
* Represents a button interaction.
|
||||
* @extends {MessageComponentInteraction}
|
||||
*/
|
||||
class ButtonInteraction extends MessageComponentInteraction {}
|
||||
|
||||
module.exports = ButtonInteraction;
|
||||
Reference in New Issue
Block a user