forked from Supositware/Haha-Yes
Update description
This commit is contained in:
parent
ffc51c5503
commit
fa3671efdf
1 changed files with 1 additions and 1 deletions
|
@ -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 } });
|
||||
|
|
Loading…
Reference in a new issue