diff --git a/commands/misc/fm.js b/commands/misc/fm.js index fd9a1ec..90eb0d6 100644 --- a/commands/misc/fm.js +++ b/commands/misc/fm.js @@ -33,6 +33,8 @@ module.exports = { sendText = await getCurrentScrobble(message.author.id, message.guild); } if(sendText.embed != null){ + let parse = parseMention(message.author.id, message.guild) + let user = message.guild.members.cache.get(parse); let roleColor = 15788778; if (user.roles.color) { roleColor = user.roles.color.color;