discord.js
Version:
A powerful library for interacting with the Discord API
12 lines (8 loc) • 304 B
JavaScript
;
const CommandInteraction = require('./CommandInteraction.js');
/**
* Represents a primary entry point command interaction.
* @extends {CommandInteraction}
*/
class PrimaryEntryPointCommandInteraction extends CommandInteraction {}
module.exports = PrimaryEntryPointCommandInteraction;