Untitled
unknown
plain_text
2 years ago
234 B
4
Indexable
const { SlashCommandBuilder } = require("discord.js") module.exports = { data: new SlashCommandBuilder().setName("ping").setDescription("Pong! "), async execute(interaction) { interaction.reply("Pong!") } }
Editor is loading...