Skip to content

Commit

Permalink
Fix prettier lint
Browse files Browse the repository at this point in the history
  • Loading branch information
zuzuvelas committed Apr 26, 2024
1 parent 2e4c0a3 commit d765062
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/commands/ask.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {
InteractionResponse,
escapeMarkdown,
bold,
quote
quote,
} from 'discord.js'
import {
Discord,
Expand Down Expand Up @@ -96,8 +96,7 @@ class Ask {
const answer = await this.fetchAnswer(question, units)
return interaction.reply(
`### ${escapeMarkdown(question)}
${quote(answer)}
`
${quote(answer)}`
)
} catch (err) {
console.error(err)
Expand Down

0 comments on commit d765062

Please sign in to comment.