From 7c6f069b86907271f47931a9a3c53cea61c97aa9 Mon Sep 17 00:00:00 2001 From: Bxio Date: Fri, 4 Apr 2025 20:29:38 +0100 Subject: [PATCH] --- src/commands/Community/testeadd.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/commands/Community/testeadd.js b/src/commands/Community/testeadd.js index c0696d8..2944750 100644 --- a/src/commands/Community/testeadd.js +++ b/src/commands/Community/testeadd.js @@ -24,7 +24,7 @@ module.exports = { { name: 'Bxio', value: '0' }, { name: 'TeixLo', value: '0' }, { name: 'Mike', value: '1' }, - { name: 'Totem', value: '3' }, + { name: 'Totem', value: '3' } ) ) .addStringOption(option => @@ -35,10 +35,10 @@ module.exports = { { name: 'Bxio', value: '0' }, { name: 'TeixLo', value: '0' }, { name: 'Mike', value: '1' }, - { name: 'Totem', value: '3' }, + { name: 'Totem', value: '3' } ) ), - + async execute(interaction, client) { const guildId = interaction.guild.id;