UNPKG

@gary50613/discord.js-command-handler

Version:
12 lines (10 loc) 250 B
class Interaction { constructor(name, description, options) { this.name = name.toLowerCase() this.description = description ?? "" this.options = options ?? [] } async execute(bot, interaction) { } } module.exports = Interaction