const { SlashCommandBuilder } = require('discord.js');
module.exports = {
data: new SlashCommandBuilder()
.setName('chat-revive')
.setDescription('pings the chat revive role'),
async execute(interaction) {
await interaction.reply('<@&1361727332900929806> rez the chat');
},
};
const { SlashCommandBuilder } = require('discord.js');
module.exports = {
data: new SlashCommandBuilder()
.setName('chat-revive')
.setDescription('pings the chat revive role'),
async execute(interaction) {
await interaction.reply('<@&1361727332900929806> rez the chat');
},
};