diff --git a/commands/impl/EmoteCommand.ts b/commands/impl/EmoteCommand.ts index 631ac35..5aca7ea 100644 --- a/commands/impl/EmoteCommand.ts +++ b/commands/impl/EmoteCommand.ts @@ -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() } }); }