We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8215f0 commit e95efe8Copy full SHA for e95efe8
src/Classes/InsightsBot.ts
@@ -40,10 +40,10 @@ export class InsightsBot {
40
} catch (error) {
41
console.error('Error getting insights API response:', error)
42
return new EmbedBuilder()
43
- .setTitle('Error')
+ .setTitle('Artbot AI (Beta)')
44
.setColor('#FF0000')
45
.setDescription(
46
- 'Sorry, I encountered an error while processing your request. Please try again later.'
+ "Sorry, I'm not sure how to answer that. Please check out the [Art Blocks website](https://www.artblocks.io)."
47
)
48
.setFooter({
49
text: 'If this persists, please contact the bot administrator.',
0 commit comments