Skip to content

Commit

Permalink
Update Error Messages
Browse files Browse the repository at this point in the history
  • Loading branch information
TecEash1 committed Apr 11, 2024
1 parent 435d65c commit 76f8a1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion interactions/slash/misc/image.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ module.exports = {
invalid_api = new EmbedBuilder()
.setTitle("⚠️ Invalid API Key")
.setDescription(
"> **The API Key for Prodia is invalid or not provided.**",
"> *The API Key for Prodia is invalid or not provided*\n> **Please contact the bot owners**",
)
.setColor("Red");
return interaction.reply({ embeds: [invalid_api] });
Expand Down
2 changes: 1 addition & 1 deletion interactions/slash/misc/personalise.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const channelId = channel_id_logs;

const no_access = new EmbedBuilder()
.setDescription(
"**Only my developers can directly update my global personality prompt!**\n\nIf you want to suggest a change, please let us know!",
"**⚠️ Only my developers can update/view my global personality prompt!**\n\n> *If you want to suggest a change, please let us know!*",
)
.setColor("Red");

Expand Down

0 comments on commit 76f8a1d

Please sign in to comment.