Skip to content

Commit

Permalink
❗ rate limit warning added
Browse files Browse the repository at this point in the history
  • Loading branch information
Swothh committed Feb 3, 2023
1 parent 801f4ee commit 5f57de4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/commands/imagine.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export const Command: ICommand = {
});

if (!req?.urls?.get) {
embed.setColor('Red').setDescription(':x: **|** Something went wrong.');
embed.setColor('Red').setDescription(':x: **|** Something went wrong. (rate-limit)');
return interaction.followUp({ embeds: [ embed ] });
};

Expand Down
2 changes: 1 addition & 1 deletion src/commands/restoration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export const Command: ICommand = {
});

if (!req?.urls?.get) {
embed.setColor('Red').setDescription(':x: **|** Something went wrong.');
embed.setColor('Red').setDescription(':x: **|** Something went wrong. (rate-limit)');
return interaction.followUp({ embeds: [ embed ] });
};

Expand Down

0 comments on commit 5f57de4

Please sign in to comment.