#I don't know what is going on

5 messages · Page 1 of 1 (latest)

quasi vigil

const {SlashCommandBuilder, CommandInteraction, PremissionFlagsBits} = require("discord.js");

module.exports = {
data: new SlashCommandBuilder()
.setName("ping")
.setDescription("Pong")
.setDefaultMemberPermissions(PremissionFlagsBits.Administrator),
execute(interaction) {
interaction.reply({content: "Pong", ephermal: true})
},
};

hasty horizonBOT
  • Consider reading #how-to-get-help to improve your question!
  • Explain what exactly your issue is.
  • Post the full error stack trace, not just the top part!
  • Show your code!
  • Issue solved? Press the button!
atomic abyss

npm ls discord.js

ah i see

You misspelled