You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
interaction.channel?.isSendable()&&interaction.channel.send(`${Object.entries(owners.sum).map(([name,count])=>`${name}: ${count} (${owners.unique[name]??0} unique)`).join("\n")}\nTotal: ${owners.apps} Games\nGames with only one owner: ${Object.values(owners.unique).reduce((a,b)=>a+b)}`);
497
+
interaction.channel?.isSendable()&&interaction.channel.send(`Here are stats about your steam family <@${interaction.member?.user.id}>:\n\n${Object.entries(owners.sum).map(([name,count])=>`${name}: ${count} (${owners.unique[name]??0} unique)`).join("\n")}\nTotal: ${owners.apps} Games\nGames with only one owner: ${Object.values(owners.unique).reduce((a,b)=>a+b)}`);
498
498
})
499
499
.catch(err=>{
500
500
console.error(err);
@@ -504,9 +504,9 @@ export async function handleInteraction(interaction: Interaction) {
0 commit comments