diff --git a/commands/message/info/user.js b/commands/message/info/user.js index a660b73..75c39da 100644 --- a/commands/message/info/user.js +++ b/commands/message/info/user.js @@ -90,7 +90,7 @@ module.exports = { } - if(!u.member?.banner && u.member) u.member = await context.guild.fetchMember(u.user.id) + if(!m?.banner && m) u.member = await context.guild.fetchMember(u.id) // No special handling if(m == undefined || m.avatar === null && m.banner === null) return editOrReply(context, userCard)