fix(Structues): rename old module's name (#7207)

This commit is contained in:
Raiden-Ei
2022-01-08 09:41:22 +09:00
committed by GitHub
parent fbbac27978
commit fbef454894
2 changed files with 3 additions and 3 deletions

View File

@@ -1,10 +1,10 @@
'use strict';
const ContextMenuCommandInteraction = require('./ContextMenuInteraction');
const ContextMenuCommandInteraction = require('./ContextMenuCommandInteraction');
/**
* Represents a message context menu interaction.
* @extends {ContextMenuInteraction}
* @extends {ContextMenuCommandInteraction}
*/
class MessageContextMenuCommandInteraction extends ContextMenuCommandInteraction {
/**

View File

@@ -1,6 +1,6 @@
'use strict';
const ContextMenuCommandInteraction = require('./ContextMenuInteraction');
const ContextMenuCommandInteraction = require('./ContextMenuCommandInteraction');
/**
* Represents a user context menu interaction.