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",