From 01515377b4d463ff107746200f4c3bc08dd2a0d4 Mon Sep 17 00:00:00 2001 From: IDeletedSystem64 Date: Thu, 21 Apr 2022 09:25:14 -0500 Subject: [PATCH] Fix displayAvatarURL --- commands/8ball.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/8ball.js b/commands/8ball.js index 2748458..f645e01 100644 --- a/commands/8ball.js +++ b/commands/8ball.js @@ -10,7 +10,7 @@ module.exports = { const question = args.slice(0).join(" ") if (!question) { - await message.channel.send(client.generateErrorMessage("You need to ask a question!", message.author.displayAvatarURL)); + await message.channel.send(client.generateErrorMessage("You need to ask a question!", message.author.displayAvatarURL())); } else { await message.channel.send({embed: { "title": ":8ball: 8Ball",