diff --git a/commands/info/user.js b/commands/info/user.js index 7b732107..2ee889d8 100644 --- a/commands/info/user.js +++ b/commands/info/user.js @@ -66,7 +66,6 @@ module.exports = class UserCommand extends Command { embed.setFooter('Failed to resolve member, showing basic user information instead.'); } } - embed.setDescription(description); return msg.embed(embed); } };