diff --git a/src/commands/ask.ts b/src/commands/ask.ts index eabbe25..a6ee6dd 100644 --- a/src/commands/ask.ts +++ b/src/commands/ask.ts @@ -57,7 +57,7 @@ class Ask { return interaction.reply(`### ${escapeMarkdown(question)}\n${blockQuote(answer)}`) } catch (err) { console.error(err) - return interaction.reply('There was a problem communicating with Wolfram Alpha.') + return interaction.reply({ content: 'There was a problem communicating with Wolfram Alpha.', ephemeral: true }) } }