Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasB25 committed Apr 27, 2024
1 parent 7a7d44e commit d718d22
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/commands/imagine/Imagine.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion src/commands/imagine/Invite.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down
2 changes: 1 addition & 1 deletion src/events/client/InteractionCreate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
});

Expand Down

0 comments on commit d718d22

Please sign in to comment.