Skip to content

Commit

Permalink
Update getAnime.js
Browse files Browse the repository at this point in the history
  • Loading branch information
arescrimson committed Jan 3, 2024
1 parent 9f88c0f commit 05e9162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/anime/getAnime.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ module.exports = {
const animeID = await getJikanID('anime', animeName);

if (!animeID) {
await interaction.editReply(`${animeName} not found/listed. SSH`);
await interaction.editReply(`${animeName} not found/listed.`);
return;
}

Expand Down

0 comments on commit 05e9162

Please sign in to comment.