mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
fix(Structues): rename old module's name (#7207)
This commit is contained in:
@@ -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 {
|
||||
/**
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
'use strict';
|
||||
|
||||
const ContextMenuCommandInteraction = require('./ContextMenuInteraction');
|
||||
const ContextMenuCommandInteraction = require('./ContextMenuCommandInteraction');
|
||||
|
||||
/**
|
||||
* Represents a user context menu interaction.
|
||||
|
||||
Reference in New Issue
Block a user