Skip to content

Commit 7c50735

Browse files
authored
Merge pull request #49 from marta23silva/v3
Spanish command descriptions
2 parents fadc397 + 105d9d6 commit 7c50735

17 files changed

+18
-18
lines changed

src/commands/custom.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ module.exports = {
77
.setDescription('Send a custom would you message')
88
.setDescriptionLocalizations({
99
de: 'Sende eine benutzerdefinierte Would you Nachricht',
10-
"es-ES": ''
10+
"es-ES": 'Envía un mensaje Would you personalizado'
1111
})
1212
.addSubcommand((subcommand) => subcommand
1313
.setName('wouldyou')

src/commands/dailymsg.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ module.exports = {
3333
.setDescription('Daily Would You messages')
3434
.setDescriptionLocalizations({
3535
de: 'Tägliche Würdest du Nachrichten',
36-
"es-ES": '' ''
36+
"es-ES": 'Mensajes Would You diarios'
3737
})
3838
.addSubcommand((subcommand) =>
3939
subcommand

src/commands/guide.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ module.exports = {
77
.setDescription('guide to use the bot and increase activity')
88
.setDescriptionLocalizations({
99
de: 'Anleitung, um den Bot zu verwenden und die Aktivität zu erhöhen',
10-
"es-ES": '' ''
10+
"es-ES": 'Guía para usar el bot y aumentar la actividad'
1111
}),
1212

1313
/**

src/commands/help.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ module.exports = {
1212
.setDescription('Help command!')
1313
.setDescriptionLocalizations({
1414
de: "Hilfe Befehl!",
15-
"es-ES": '' ''
15+
"es-ES": 'Comando de ayuda!'
1616
}),
1717
/**
1818
* @param {CommandInteraction} interaction

src/commands/info.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ module.exports = {
88
.setDescription('Shows information about the bot.')
99
.setDescriptionLocalizations({
1010
de: 'Zeigt einige Informationen über den Bot.',
11-
"es-ES": '' ''
11+
"es-ES": 'Muestra información sobre el bot.'
1212
}),
1313
/**
1414
* @param {CommandInteraction} interaction

src/commands/language.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ module.exports = {
1111
.setDescription('Change the language for the current guild')
1212
.setDescriptionLocalizations({
1313
de: 'Ändere die Sprache für den aktuellen Server',
14-
"es-ES": '' ''
14+
"es-ES": 'Cambiar el idioma del bot en el servidor'
1515
})
1616
.addSubcommand((subcommand) => subcommand
1717
.setName('english')

src/commands/ping.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ module.exports = {
1212
.setDescription('Displays the clients ping')
1313
.setDescriptionLocalizations({
1414
de: 'Zeigt den Ping des Clients an',
15-
"es-ES": '' ''
15+
"es-ES": 'Muestra el ping del cliente'
1616
}),
1717

1818
/**

src/commands/rather.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ module.exports = {
1313
.setDescription('Get a would you rather question.')
1414
.setDescriptionLocalizations({
1515
de: 'Erhalte eine Würdest du eher Frage.',
16-
"es-ES": '' ''
16+
"es-ES": 'Obtiene une pregunta ¿Qué prefieres?'
1717
})
1818
.addSubcommand((subcommand) => subcommand
1919
.setName('useful')

src/commands/reload.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ module.exports = {
1313
.setDescription('Reloads slash commands.')
1414
.setDescriptionLocalizations({
1515
de: 'Lädt slash commands neu.',
16-
"es-ES": '' ''
16+
"es-ES": 'Recargar los slash commands.'
1717
})
1818
.addStringOption((option) =>
1919
option

src/commands/replay.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ module.exports = {
1010
.setDescription('Edit the replay system.')
1111
.setDescriptionLocalizations({
1212
de: 'Bearbeite das Replay System.',
13-
"es-ES": '' ''
13+
"es-ES": 'Editar el sistema de repetición.'
1414
})
1515
.addSubcommand((subcommand) => subcommand
1616
.setName('toggle')

src/commands/support.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ module.exports = {
1212
.setDescription('Link to our support server')
1313
.setDescriptionLocalizations({
1414
de: 'Link zu unserem Support Server',
15-
"es-ES": '' ''
15+
"es-ES": 'Link para nuestro servidor de soporte'
1616
}),
1717

1818
/**

src/commands/vote.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ module.exports = {
77
.setDescription('Vote for me!')
88
.setDescriptionLocalizations({
99
de: 'Stimme für mich ab!',
10-
"es-ES": '' ''
10+
"es-ES": '¡Vota por mí!'
1111
}),
1212

1313
/**

src/commands/welcome.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ const guildProfile = require('../util/Models/guildModel');
1010
module.exports = {
1111
data: new SlashCommandBuilder()
1212
.setName('welcome')
13-
.setDescription('Change settings for the welcome systen')
13+
.setDescription('Change settings for the welcome system')
1414
.setDescriptionLocalizations({
1515
de: 'Ändere die Einstellungen für das Willkommenssystem',
16-
"es-ES": '' ''
16+
"es-ES": 'Cambiar la configuración del sistema de bienvenida'
1717
})
1818
.addSubcommand((subcommand) => subcommand.setName('remove').setDescription('Remove the welcome channel'))
1919
.addSubcommand((subcommand) => subcommand

src/commands/wouldyou.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ module.exports = {
1313
.setDescription('Gives you a would you question')
1414
.setDescriptionLocalizations({
1515
de: 'Gibt dir eine would you Frage',
16-
"es-ES": '' ''
16+
"es-ES": 'Te hace una pregunta Would You'
1717
})
1818
.addSubcommand((subcommand) => subcommand.setName('useless').setDescription('Useless Power')
1919
.addBooleanOption((option) => option

src/commands/wwyd.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ module.exports = {
77
.setDescription('What would you do in this situation')
88
.setDescriptionLocalizations({
99
de: 'Was würdest du in dieser Situation tun',
10-
"es-ES": '' ''
10+
"es-ES": '¿Qué harías en esta situación?'
1111
}),
1212

1313
/**

src/commands/wycustom.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ module.exports = {
2929
.setDescription('Adds custom WouldYou messages.')
3030
.setDescriptionLocalizations({
3131
de: 'Fügt eigene WouldYou Fragen hinzu.',
32-
"es-ES": '' ''
32+
"es-ES": 'Añade mensajes Would You personalizados.'
3333
})
3434
.addSubcommand((subcommand) =>
3535
subcommand

src/commands/wytype.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ module.exports = {
1111
.setDescription('Changes the type of messages that will be used for WWYD.')
1212
.setDescriptionLocalizations({
1313
de: 'Ändert den Typ der Nachrichten, die für WWYD verwendet werden.',
14-
"es-ES": '' ''
14+
"es-ES": 'Cambia el tipo de mensajes que se utilizarán para WWYD.'
1515
})
1616
.addSubcommand((subcommand) => subcommand.setName('regular').setDescription('This changes it to use only default messages.'))
1717
.addSubcommand((subcommand) => subcommand.setName('mixed').setDescription('This changes it to use both custom & default messages.'))

0 commit comments

Comments
 (0)