From b8bdeb5278192ad8a414f80f61f93a435566cf22 Mon Sep 17 00:00:00 2001 From: IDeletedSystem64 Date: Thu, 21 Apr 2022 10:52:44 -0500 Subject: [PATCH] I forgot to remove the displayAvatarURL, lol --- commands/choose.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/choose.js b/commands/choose.js index 99e3aaf..bcba262 100644 --- a/commands/choose.js +++ b/commands/choose.js @@ -9,7 +9,7 @@ module.exports = { if (head) options.push(head); if (!options.length) { - await message.channel.send(client.generateErrorMessage("You need to provide some input!", message.author.displayAvatarURL())); + await message.channel.send(client.generateErrorMessage("You need to provide some input!")); } else { const answer = options[Math.floor(Math.random() * options.length)]; await message.channel.send({embed: {