mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-15 02:53:31 +01:00
docs(ButtonInteraction): fix typo (#5835)
This commit is contained in:
@@ -4,7 +4,7 @@ const MessageComponentInteraction = require('./MessageComponentInteraction');
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Represents a button interaction.
|
* Represents a button interaction.
|
||||||
* @exxtends {MessageComponentInteraction}
|
* @extends {MessageComponentInteraction}
|
||||||
*/
|
*/
|
||||||
class ButtonInteraction extends MessageComponentInteraction {}
|
class ButtonInteraction extends MessageComponentInteraction {}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user