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

@@ -39,7 +39,7 @@ export default {
if (!uuid) {
interaction.editReply({
embeds: [{
description: "That player doesn't exist.",
description: "<a:questionmark_pink:1130206038008803488> That player does not exist.",
color: embedColor
}]
})
@@ -58,7 +58,7 @@ export default {
if (!player) {
interaction.editReply({
embeds: [{
description: "That player hasn't played Hypixel before.",
description: "<a:questionmark_pink:1130206038008803488> That player hasn't played Hypixel before.",
color: embedColor
}]
})

View File

@@ -23,7 +23,7 @@ export default async function guildInfo(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
}]
})
@@ -41,7 +41,7 @@ export default async function guildInfo(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
}]
})

View File

@@ -19,7 +19,7 @@ export default async function guildMember(interaction: ChatInputCommandInteracti
if (!uuid) {
interaction.editReply({
embeds: [{
description: "This user does not exist",
description: "<a:questionmark_pink:1130206038008803488> That player does not exist.",
color: embedColor
}]
})
@@ -38,7 +38,7 @@ export default async function guildMember(interaction: ChatInputCommandInteracti
if (!player) {
await interaction.editReply({
embeds: [{
description: "This user never logged on to hypixel",
description: "<a:questionmark_pink:1130206038008803488> That player hasn't played Hypixel before.",
color: embedColor,
thumbnail: {
url: head!

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
}]
})

View File

@@ -24,7 +24,7 @@ export default async function beast(interaction: ChatInputCommandInteraction): P
if (!uuid) {
interaction.editReply({
embeds: [{
description: "That player doesn't exist.",
description: "<a:questionmark_pink:1130206038008803488> That player does not exist.",
color: embedColor
}]
})
@@ -43,7 +43,7 @@ export default async function beast(interaction: ChatInputCommandInteraction): P
if (!player) {
interaction.editReply({
embeds: [{
description: "That player hasn't played Hypixel before.",
description: "<a:questionmark_pink:1130206038008803488> That player hasn't played Hypixel before.",
color: embedColor
}]
})

View File

@@ -31,7 +31,7 @@ export default {
if (!uuid) {
interaction.editReply({
embeds: [{
description: "That player doesn't exist!",
description: "<a:questionmark_pink:1130206038008803488> That player does not exist.",
color: embedColor
}]
})

View File

@@ -23,7 +23,7 @@ export default {
if (!player) {
interaction.editReply({
embeds: [{
description: "That player hasn't played Hypixel before.",
description: "<a:questionmark_pink:1130206038008803488> That player hasn't played Hypixel before.",
color: embedColor
}]
})

View File

@@ -59,7 +59,7 @@ export default async function applicationQuestions(
if (!uuid) {
await user.send({
embeds: [{
description: "That is not a valid Minecraft username.\n" +
description: "<a:questionmark_pink:1130206038008803488> That player does not exist." +
"Application cancelled.",
color: embedColor
}]