From 53edf9b776c2582cf17e0e3934866b84e8641060 Mon Sep 17 00:00:00 2001 From: Taken Date: Mon, 20 Mar 2023 00:19:01 +0100 Subject: [PATCH] . --- events/buttons/checkstats.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }