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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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