Skip to content

Commit 26f8408

Browse files
committed
"refactor: Update add7tv.js - Streamlined API error message"
1 parent c8956af commit 26f8408

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/admin/misc/add7tv.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ module.exports = {
3333
const res = await fetch(`https://7tv.io/v3/emotes/${emoteId}`);
3434

3535
if (!res.ok) {
36-
return interaction.editReply("Couldn’t reach the 7TV API 😢");
36+
return interaction.editReply("Couldn’t reach the 7TV API");
3737
}
3838

3939
const emote = await res.json();

0 commit comments

Comments
 (0)