Updated response messages

This commit is contained in:
2024-10-20 10:06:40 +02:00
parent 2f649b6400
commit eff758b3c3
8 changed files with 13 additions and 13 deletions

View File

@@ -25,7 +25,7 @@ export default async function guildTop(interaction: ChatInputCommandInteraction)
if (!uuid) {
interaction.editReply({
embeds: [{
description: "That player doen't exist!",
description: "<a:questionmark_pink:1130206038008803488> That player does not exist.",
color: embedColor
}]
})
@@ -43,7 +43,7 @@ export default async function guildTop(interaction: ChatInputCommandInteraction)
if (!player) {
interaction.editReply({
embeds: [{
description: "That player has never joined the server!",
description: "<a:questionmark_pink:1130206038008803488> That player hasn't played Hypixel before.",
color: embedColor
}]
})