From 8ae824f025520f1f08010c2d753bef6e659c65d8 Mon Sep 17 00:00:00 2001 From: Supositware Date: Fri, 2 Sep 2022 09:24:03 +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 319524c..277fe71 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 quotation command.'), + .setDescription('Opt out of the non commands features.'), category: 'utility', async execute(interaction, args, client) { const isOptOut = await db.optout.findOne({ where: { userID: interaction.user.id } });