From fa3671efdf4d783d59287af263dc6788464c0462 Mon Sep 17 00:00:00 2001 From: Supositware Date: Tue, 4 Apr 2023 00:30:30 +0200 Subject: [PATCH] Update description --- commands/utility/optout.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/utility/optout.js b/commands/utility/optout.js index 535227ec..c88414fe 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 } });