From 3055951e8a0cc8f6dfff274928df648c42ac28be Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Thu, 23 Apr 2020 18:19:47 -0400 Subject: [PATCH] Fix --- commands/info/user.js | 1 - 1 file changed, 1 deletion(-) 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); } };