Skip to content

Commit 892c45b

Browse files
authored
Merge pull request #711 from ArtBlocks/ai-artbot-error-res
Insights Res - Update Error Message
2 parents c8215f0 + e95efe8 commit 892c45b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Classes/InsightsBot.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ export class InsightsBot {
4040
} catch (error) {
4141
console.error('Error getting insights API response:', error)
4242
return new EmbedBuilder()
43-
.setTitle('Error')
43+
.setTitle('Artbot AI (Beta)')
4444
.setColor('#FF0000')
4545
.setDescription(
46-
'Sorry, I encountered an error while processing your request. Please try again later.'
46+
"Sorry, I'm not sure how to answer that. Please check out the [Art Blocks website](https://www.artblocks.io)."
4747
)
4848
.setFooter({
4949
text: 'If this persists, please contact the bot administrator.',

0 commit comments

Comments
 (0)