docs(ButtonInteraction): fix typo (#5835)

This commit is contained in:
monbrey
2021-06-12 21:11:48 +10:00
committed by GitHub
parent 7111b4cd5f
commit 9376ee42f4

View File

@@ -4,7 +4,7 @@ const MessageComponentInteraction = require('./MessageComponentInteraction');
/**
* Represents a button interaction.
* @exxtends {MessageComponentInteraction}
* @extends {MessageComponentInteraction}
*/
class ButtonInteraction extends MessageComponentInteraction {}