Skip to content

Commit e95efe8

Browse files
committed
update error message
1 parent c8215f0 commit e95efe8

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)