Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
Fixed a crash when URL is invalid.
Browse files Browse the repository at this point in the history
  • Loading branch information
mxgic1337 committed Apr 2, 2024
1 parent d96a2ef commit 3d0bd59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/impl/EmoteCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ export class EmoteCommand extends Command {
.setTimestamp()
.setColor('#ff2020')
.setDescription("`❌` Invalid emote URL.\nCurrently supported platforms: `BetterTTV, 7TV`")
interaction.editReply({embeds: [embed]}).then()
interaction.reply({embeds: [embed]}).then()
}
});
}
Expand Down

0 comments on commit 3d0bd59

Please sign in to comment.