Skip to content

Commit

Permalink
Merge formatting
Browse files Browse the repository at this point in the history
Merge formatting into main
  • Loading branch information
github-actions[bot] authored Aug 13, 2023
2 parents 4da6f04 + 02f2c71 commit a1c33f2
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion src/commands/custom.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ module.exports = {
.setDescriptionLocalizations({
de: "Fügt eigene WouldYou Fragen hinzu.",
"es-ES": "Añade mensajes Would You personalizados.",
fr: "Ajoute des messages personnalisés au bot"
fr: "Ajoute des messages personnalisés au bot",
})
.addSubcommand((subcommand) =>
subcommand
Expand Down
2 changes: 1 addition & 1 deletion src/commands/debug.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ module.exports = {
.setDescriptionLocalizations({
de: "Debug den would you bot",
"es-ES": "Depurar el bot",
fr: "Déboguez le bot \"Would You\""
fr: 'Déboguez le bot "Would You"',
})
.addSubcommand((subcommand) =>
subcommand
Expand Down
2 changes: 1 addition & 1 deletion src/commands/guide.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module.exports = {
.setDescriptionLocalizations({
de: "Anleitung, um den Bot zu verwenden und die Aktivität zu erhöhen",
"es-ES": "Guía para usar el bot y aumentar la actividad",
fr: "Un guide simple sur la façon d'utiliser le bot pour augmenter l'activité"
fr: "Un guide simple sur la façon d'utiliser le bot pour augmenter l'activité",
}),

/**
Expand Down
2 changes: 1 addition & 1 deletion src/commands/help.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ module.exports = {
components: [button],
})
.catch((err) => {
console.log(err)
console.log(err);
});
},
};
2 changes: 1 addition & 1 deletion src/commands/info.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module.exports = {
.setDescriptionLocalizations({
de: "Zeigt einige Informationen über den Bot.",
"es-ES": "Muestra información sobre el bot.",
fr: "Affiche des informations sur le bot"
fr: "Affiche des informations sur le bot",
}),
/**
* @param {CommandInteraction} interaction
Expand Down
2 changes: 1 addition & 1 deletion src/commands/neverhaveiever.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module.exports = {
.setDescriptionLocalizations({
de: "Bekomme eine nie habe ich jemals Nachricht.",
"es-ES": "Consigue un mensaje Nunca he tenido",
fr: "Afficher une question que je n'ai jamais posée"
fr: "Afficher une question que je n'ai jamais posée",
}),

/**
Expand Down
2 changes: 1 addition & 1 deletion src/commands/reload.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module.exports = {
.setDescriptionLocalizations({
de: "Lädt slash commands neu.",
"es-ES": "Recargar los slash commands.",
fr: "Recharge une commande"
fr: "Recharge une commande",
})
.addStringOption((option) =>
option
Expand Down
2 changes: 1 addition & 1 deletion src/commands/vote.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module.exports = {
.setDescriptionLocalizations({
de: "Stimme für mich ab!",
"es-ES": "¡Vota por mí!",
fr: "Votez pour le bot pour nous soutenir"
fr: "Votez pour le bot pour nous soutenir",
}),

/**
Expand Down
2 changes: 1 addition & 1 deletion src/commands/wouldyourather.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module.exports = {
.setDescriptionLocalizations({
de: "Erhalte eine Würdest du eher Frage.",
"es-ES": "Obtiene une pregunta ¿Qué prefieres?",
fr: "Obtenez une question préférez-vous."
fr: "Obtenez une question préférez-vous.",
}),

/**
Expand Down
2 changes: 1 addition & 1 deletion src/commands/wwyd.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module.exports = {
.setDescriptionLocalizations({
de: "Was würdest du in dieser Situation tun",
"es-ES": "¿Qué harías en esta situación?",
fr: "Que feriez-vous dans cette situation"
fr: "Que feriez-vous dans cette situation",
}),

/**
Expand Down

0 comments on commit a1c33f2

Please # to comment.