Update description

This commit is contained in:
Supositware 2023-04-04 00:30:30 +02:00
parent ffc51c5503
commit fa3671efdf

View file

@ -4,7 +4,7 @@ import db from '../../models/index.js';
export default { export default {
data: new SlashCommandBuilder() data: new SlashCommandBuilder()
.setName('optout') .setName('optout')
.setDescription('Opt out of the non commands features.'), .setDescription('Opt out of the non commands features and arguments logging (for debugging purposes)'),
category: 'utility', category: 'utility',
async execute(interaction, args, client) { async execute(interaction, args, client) {
const isOptOut = await db.optout.findOne({ where: { userID: interaction.user.id } }); const isOptOut = await db.optout.findOne({ where: { userID: interaction.user.id } });