Small typo

Signed-off-by: Taken <taken@mairimashita.org>
This commit is contained in:
2023-12-03 19:16:46 +01:00
parent e75775ce8b
commit dff052be40
2 changed files with 2 additions and 23 deletions

View File

@@ -127,7 +127,7 @@ module.exports = {
await interaction.editReply({
embeds: [{
description: "Checking your guild...",
description: "Fetching your guild data...",
color: embedColor
}]
})
@@ -142,13 +142,6 @@ module.exports = {
if (guildID === hypixelGuildID) {
await interaction.editReply({
embeds: [{
description: "You are a member of the guild `" + guild.name + "`!",
color: embedColor
}]
})
const GuildMembers = guild.members
const guildRank = GuildMembers.find((member) => member.uuid === player.uuid).rank