diff --git a/src/commands/imagine/Imagine.ts b/src/commands/imagine/Imagine.ts index 18b7b4c..c36e717 100644 --- a/src/commands/imagine/Imagine.ts +++ b/src/commands/imagine/Imagine.ts @@ -21,7 +21,7 @@ export default class Imagine extends Command { examples: ['imagine'], }, descriptionLocalizations: { - fr: "📷 | Crée une image à partir d'un prompt", + fr: '📷 | Crée une image à partir d\'un prompt', }, category: 'fun', cooldown: 3, diff --git a/src/commands/imagine/Invite.ts b/src/commands/imagine/Invite.ts index 58daa95..14083b7 100644 --- a/src/commands/imagine/Invite.ts +++ b/src/commands/imagine/Invite.ts @@ -15,7 +15,7 @@ export default class Invite extends Command { examples: ['invite'], }, descriptionLocalizations: { - fr: "📨 | Afficher le lien d'invitation.", + fr: '📨 | Afficher le lien d\'invitation.', }, category: 'general', permissions: { diff --git a/src/events/client/InteractionCreate.ts b/src/events/client/InteractionCreate.ts index 096585d..d7a819f 100644 --- a/src/events/client/InteractionCreate.ts +++ b/src/events/client/InteractionCreate.ts @@ -20,7 +20,7 @@ export default class InteractionCreate extends Event { 'Prediction failed: NSFW content detected. Try running it again, or try a different prompt.' ) { await interaction[interaction.replied ? 'editReply' : 'reply']({ - content: "NSFW content detected. You can' generate NSFW images!", + content: 'NSFW content detected. You can\' generate NSFW images!', ephemeral: true, });