diff --git a/commands/100-games/user.js b/commands/100-games/user.js index 45294ed..a051691 100644 --- a/commands/100-games/user.js +++ b/commands/100-games/user.js @@ -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 });