diff --git a/src/commands/check.ts b/src/commands/check.ts index 20bd04b..c18ff31 100644 --- a/src/commands/check.ts +++ b/src/commands/check.ts @@ -39,7 +39,7 @@ export default { if (!uuid) { interaction.editReply({ embeds: [{ - description: "That player doesn't exist.", + description: " 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: " That player hasn't played Hypixel before.", color: embedColor }] }) diff --git a/src/commands/guild/info.ts b/src/commands/guild/info.ts index 1950528..93eb38e 100644 --- a/src/commands/guild/info.ts +++ b/src/commands/guild/info.ts @@ -23,7 +23,7 @@ export default async function guildInfo(interaction: ChatInputCommandInteraction if (!uuid) { interaction.editReply({ embeds: [{ - description: "That player doen't exist!", + description: " 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: " That player hasn't played Hypixel before.", color: embedColor }] }) diff --git a/src/commands/guild/member.ts b/src/commands/guild/member.ts index ce6ea1a..869d5ea 100644 --- a/src/commands/guild/member.ts +++ b/src/commands/guild/member.ts @@ -19,7 +19,7 @@ export default async function guildMember(interaction: ChatInputCommandInteracti if (!uuid) { interaction.editReply({ embeds: [{ - description: "This user does not exist", + description: " 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: " That player hasn't played Hypixel before.", color: embedColor, thumbnail: { url: head! diff --git a/src/commands/guild/top.ts b/src/commands/guild/top.ts index 35a5227..1f75e73 100644 --- a/src/commands/guild/top.ts +++ b/src/commands/guild/top.ts @@ -25,7 +25,7 @@ export default async function guildTop(interaction: ChatInputCommandInteraction) if (!uuid) { interaction.editReply({ embeds: [{ - description: "That player doen't exist!", + description: " 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: " That player hasn't played Hypixel before.", color: embedColor }] }) diff --git a/src/commands/staff/beast.ts b/src/commands/staff/beast.ts index e68bfdf..2bdc6c6 100644 --- a/src/commands/staff/beast.ts +++ b/src/commands/staff/beast.ts @@ -24,7 +24,7 @@ export default async function beast(interaction: ChatInputCommandInteraction): P if (!uuid) { interaction.editReply({ embeds: [{ - description: "That player doesn't exist.", + description: " 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: " That player hasn't played Hypixel before.", color: embedColor }] }) diff --git a/src/commands/uuid.ts b/src/commands/uuid.ts index 2708f8f..f79b704 100644 --- a/src/commands/uuid.ts +++ b/src/commands/uuid.ts @@ -31,7 +31,7 @@ export default { if (!uuid) { interaction.editReply({ embeds: [{ - description: "That player doesn't exist!", + description: " That player does not exist.", color: embedColor }] }) diff --git a/src/components/buttons/checkstats.ts b/src/components/buttons/checkstats.ts index bfa8d07..5cabfe7 100644 --- a/src/components/buttons/checkstats.ts +++ b/src/components/buttons/checkstats.ts @@ -23,7 +23,7 @@ export default { if (!player) { interaction.editReply({ embeds: [{ - description: "That player hasn't played Hypixel before.", + description: " That player hasn't played Hypixel before.", color: embedColor }] }) diff --git a/src/utils/Functions/applicationquestions.ts b/src/utils/Functions/applicationquestions.ts index 6c4a9b4..b98a8df 100644 --- a/src/utils/Functions/applicationquestions.ts +++ b/src/utils/Functions/applicationquestions.ts @@ -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: " That player does not exist." + "Application cancelled.", color: embedColor }]