From 02f2c713ddb545cb6cd59e22244adbac033e59c3 Mon Sep 17 00:00:00 2001 From: mezotv Date: Sun, 13 Aug 2023 01:27:15 +0000 Subject: [PATCH] chore(style): format files --- src/commands/custom.js | 2 +- src/commands/debug.js | 2 +- src/commands/guide.js | 2 +- src/commands/help.js | 2 +- src/commands/info.js | 2 +- src/commands/neverhaveiever.js | 2 +- src/commands/reload.js | 2 +- src/commands/vote.js | 2 +- src/commands/wouldyourather.js | 2 +- src/commands/wwyd.js | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/commands/custom.js b/src/commands/custom.js index ce417b27..e05bddc2 100644 --- a/src/commands/custom.js +++ b/src/commands/custom.js @@ -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 diff --git a/src/commands/debug.js b/src/commands/debug.js index ba6f1896..c2857ed4 100644 --- a/src/commands/debug.js +++ b/src/commands/debug.js @@ -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 diff --git a/src/commands/guide.js b/src/commands/guide.js index 73404232..cb96471e 100644 --- a/src/commands/guide.js +++ b/src/commands/guide.js @@ -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é", }), /** diff --git a/src/commands/help.js b/src/commands/help.js index be10dc5f..d9771a92 100644 --- a/src/commands/help.js +++ b/src/commands/help.js @@ -95,7 +95,7 @@ module.exports = { components: [button], }) .catch((err) => { - console.log(err) + console.log(err); }); }, }; diff --git a/src/commands/info.js b/src/commands/info.js index 30985137..7df59d91 100644 --- a/src/commands/info.js +++ b/src/commands/info.js @@ -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 diff --git a/src/commands/neverhaveiever.js b/src/commands/neverhaveiever.js index f43e3e97..0846a34c 100644 --- a/src/commands/neverhaveiever.js +++ b/src/commands/neverhaveiever.js @@ -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", }), /** diff --git a/src/commands/reload.js b/src/commands/reload.js index 6bb10c5e..cb2f7f23 100644 --- a/src/commands/reload.js +++ b/src/commands/reload.js @@ -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 diff --git a/src/commands/vote.js b/src/commands/vote.js index a4098a51..95e4b3dd 100644 --- a/src/commands/vote.js +++ b/src/commands/vote.js @@ -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", }), /** diff --git a/src/commands/wouldyourather.js b/src/commands/wouldyourather.js index 90b8dcba..6fa185f5 100644 --- a/src/commands/wouldyourather.js +++ b/src/commands/wouldyourather.js @@ -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.", }), /** diff --git a/src/commands/wwyd.js b/src/commands/wwyd.js index f8e22298..a5570fb8 100644 --- a/src/commands/wwyd.js +++ b/src/commands/wwyd.js @@ -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", }), /**