diff --git a/events/buttons/checkstats.js b/events/buttons/checkstats.js index 16f27f1..e97e2aa 100644 --- a/events/buttons/checkstats.js +++ b/events/buttons/checkstats.js @@ -33,12 +33,12 @@ module.exports = { const head = minotar + ign; if (!userCheck.data.id) { - interaction.reply('That player doesn\'t exist. [Mojang]') + interaction.editReply('That player doesn\'t exist. [Mojang]') return } if (!stats.data.uuid) { - interaction.reply('That player doesn\'t exist. [Hypixel]') + interaction.editReply('That player doesn\'t exist. [Hypixel]') return }