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