File tree 17 files changed +18
-18
lines changed
17 files changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ module.exports = {
7
7
. setDescription ( 'Send a custom would you message' )
8
8
. setDescriptionLocalizations ( {
9
9
de : 'Sende eine benutzerdefinierte Would you Nachricht' ,
10
- "es-ES" : ''
10
+ "es-ES" : 'Envía un mensaje Would you personalizado '
11
11
} )
12
12
. addSubcommand ( ( subcommand ) => subcommand
13
13
. setName ( 'wouldyou' )
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ module.exports = {
33
33
. setDescription ( 'Daily Would You messages' )
34
34
. setDescriptionLocalizations ( {
35
35
de : 'Tägliche Würdest du Nachrichten' ,
36
- "es-ES" : '' ' '
36
+ "es-ES" : 'Mensajes Would You diarios '
37
37
} )
38
38
. addSubcommand ( ( subcommand ) =>
39
39
subcommand
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ module.exports = {
7
7
. setDescription ( 'guide to use the bot and increase activity' )
8
8
. setDescriptionLocalizations ( {
9
9
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 '
11
11
} ) ,
12
12
13
13
/**
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ module.exports = {
12
12
. setDescription ( 'Help command!' )
13
13
. setDescriptionLocalizations ( {
14
14
de : "Hilfe Befehl!" ,
15
- "es-ES" : '' ' '
15
+ "es-ES" : 'Comando de ayuda! '
16
16
} ) ,
17
17
/**
18
18
* @param {CommandInteraction } interaction
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ module.exports = {
8
8
. setDescription ( 'Shows information about the bot.' )
9
9
. setDescriptionLocalizations ( {
10
10
de : 'Zeigt einige Informationen über den Bot.' ,
11
- "es-ES" : '' ' '
11
+ "es-ES" : 'Muestra información sobre el bot. '
12
12
} ) ,
13
13
/**
14
14
* @param {CommandInteraction } interaction
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ module.exports = {
11
11
. setDescription ( 'Change the language for the current guild' )
12
12
. setDescriptionLocalizations ( {
13
13
de : 'Ändere die Sprache für den aktuellen Server' ,
14
- "es-ES" : '' ' '
14
+ "es-ES" : 'Cambiar el idioma del bot en el servidor '
15
15
} )
16
16
. addSubcommand ( ( subcommand ) => subcommand
17
17
. setName ( 'english' )
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ module.exports = {
12
12
. setDescription ( 'Displays the clients ping' )
13
13
. setDescriptionLocalizations ( {
14
14
de : 'Zeigt den Ping des Clients an' ,
15
- "es-ES" : '' ' '
15
+ "es-ES" : 'Muestra el ping del cliente '
16
16
} ) ,
17
17
18
18
/**
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ module.exports = {
13
13
. setDescription ( 'Get a would you rather question.' )
14
14
. setDescriptionLocalizations ( {
15
15
de : 'Erhalte eine Würdest du eher Frage.' ,
16
- "es-ES" : '' ' '
16
+ "es-ES" : 'Obtiene une pregunta ¿Qué prefieres? '
17
17
} )
18
18
. addSubcommand ( ( subcommand ) => subcommand
19
19
. setName ( 'useful' )
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ module.exports = {
13
13
. setDescription ( 'Reloads slash commands.' )
14
14
. setDescriptionLocalizations ( {
15
15
de : 'Lädt slash commands neu.' ,
16
- "es-ES" : '' ' '
16
+ "es-ES" : 'Recargar los slash commands. '
17
17
} )
18
18
. addStringOption ( ( option ) =>
19
19
option
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ module.exports = {
10
10
. setDescription ( 'Edit the replay system.' )
11
11
. setDescriptionLocalizations ( {
12
12
de : 'Bearbeite das Replay System.' ,
13
- "es-ES" : '' ' '
13
+ "es-ES" : 'Editar el sistema de repetición. '
14
14
} )
15
15
. addSubcommand ( ( subcommand ) => subcommand
16
16
. setName ( 'toggle' )
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ module.exports = {
12
12
. setDescription ( 'Link to our support server' )
13
13
. setDescriptionLocalizations ( {
14
14
de : 'Link zu unserem Support Server' ,
15
- "es-ES" : '' ' '
15
+ "es-ES" : 'Link para nuestro servidor de soporte '
16
16
} ) ,
17
17
18
18
/**
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ module.exports = {
7
7
. setDescription ( 'Vote for me!' )
8
8
. setDescriptionLocalizations ( {
9
9
de : 'Stimme für mich ab!' ,
10
- "es-ES" : '' ' '
10
+ "es-ES" : '¡Vota por mí! '
11
11
} ) ,
12
12
13
13
/**
Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ const guildProfile = require('../util/Models/guildModel');
10
10
module . exports = {
11
11
data : new SlashCommandBuilder ( )
12
12
. setName ( 'welcome' )
13
- . setDescription ( 'Change settings for the welcome systen ' )
13
+ . setDescription ( 'Change settings for the welcome system ' )
14
14
. setDescriptionLocalizations ( {
15
15
de : 'Ändere die Einstellungen für das Willkommenssystem' ,
16
- "es-ES" : '' ' '
16
+ "es-ES" : 'Cambiar la configuración del sistema de bienvenida '
17
17
} )
18
18
. addSubcommand ( ( subcommand ) => subcommand . setName ( 'remove' ) . setDescription ( 'Remove the welcome channel' ) )
19
19
. addSubcommand ( ( subcommand ) => subcommand
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ module.exports = {
13
13
. setDescription ( 'Gives you a would you question' )
14
14
. setDescriptionLocalizations ( {
15
15
de : 'Gibt dir eine would you Frage' ,
16
- "es-ES" : '' ' '
16
+ "es-ES" : 'Te hace una pregunta Would You '
17
17
} )
18
18
. addSubcommand ( ( subcommand ) => subcommand . setName ( 'useless' ) . setDescription ( 'Useless Power' )
19
19
. addBooleanOption ( ( option ) => option
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ module.exports = {
7
7
. setDescription ( 'What would you do in this situation' )
8
8
. setDescriptionLocalizations ( {
9
9
de : 'Was würdest du in dieser Situation tun' ,
10
- "es-ES" : '' ' '
10
+ "es-ES" : '¿Qué harías en esta situación? '
11
11
} ) ,
12
12
13
13
/**
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ module.exports = {
29
29
. setDescription ( 'Adds custom WouldYou messages.' )
30
30
. setDescriptionLocalizations ( {
31
31
de : 'Fügt eigene WouldYou Fragen hinzu.' ,
32
- "es-ES" : '' ' '
32
+ "es-ES" : 'Añade mensajes Would You personalizados. '
33
33
} )
34
34
. addSubcommand ( ( subcommand ) =>
35
35
subcommand
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ module.exports = {
11
11
. setDescription ( 'Changes the type of messages that will be used for WWYD.' )
12
12
. setDescriptionLocalizations ( {
13
13
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. '
15
15
} )
16
16
. addSubcommand ( ( subcommand ) => subcommand . setName ( 'regular' ) . setDescription ( 'This changes it to use only default messages.' ) )
17
17
. addSubcommand ( ( subcommand ) => subcommand . setName ( 'mixed' ) . setDescription ( 'This changes it to use both custom & default messages.' ) )
You can’t perform that action at this time.
0 commit comments