diff --git a/commands/utility/optout.js b/commands/utility/optout.js index 535227e..c88414f 100644 --- a/commands/utility/optout.js +++ b/commands/utility/optout.js @@ -4,7 +4,7 @@ import db from '../../models/index.js'; export default { data: new SlashCommandBuilder() .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', async execute(interaction, args, client) { const isOptOut = await db.optout.findOne({ where: { userID: interaction.user.id } });