This commit is contained in:
2023-03-20 00:19:01 +01:00
parent 4b1e7afd7c
commit 53edf9b776

View File

@@ -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
}