diff --git a/src/buttonEvents/moons/list.ts b/src/buttonEvents/moons/list.ts index 0c89de1..fc20e5e 100644 --- a/src/buttonEvents/moons/list.ts +++ b/src/buttonEvents/moons/list.ts @@ -31,7 +31,7 @@ export default async function List(interaction: ButtonInteraction) { .setTitle(`${member?.user.username}'s Moons`) .setColor(EmbedColours.Ok) .setDescription(description.join("\n")) - .setFooter({ text: `${moons.length} moons` }); + .setFooter({ text: `${moons[1]} moons` }); const row = new ActionRowBuilder() .addComponents( diff --git a/src/commands/304276391837302787/moons/list.ts b/src/commands/304276391837302787/moons/list.ts index 5cddffb..fd209a4 100644 --- a/src/commands/304276391837302787/moons/list.ts +++ b/src/commands/304276391837302787/moons/list.ts @@ -23,7 +23,7 @@ export default async function ListMoons(interaction: CommandInteraction) { .setTitle(`${user.username}'s Moons`) .setColor(EmbedColours.Ok) .setDescription(description.join("\n")) - .setFooter({ text: `${moons.length} moons` }); + .setFooter({ text: `${moons[1]} moons` }); const row = new ActionRowBuilder() .addComponents(