Add footer to user command

This commit is contained in:
baz 2024-03-18 20:47:58 +00:00
parent 2cdf9fcab2
commit 840a70bbd4
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ module.exports = {
embed.setColor(0x6441a5);
embed.setTitle(`User Info for ${user.displayName}`);
embed.setThumbnail(user.avatarURL());
embed.setFooter({ text: 'The Ochulus • 100 Games Challenge', iconURL: interaction.client.user.avatarURL() });
if (planNum >= 0) embed.addFields({ name: 'Planned', value: `${planNum} game(s)`, inline: true });
if (playNum >= 0) embed.addFields({ name: 'Now Playing', value: `${playNum} game(s)`, inline: true });