Fix displayAvatarURL

This commit is contained in:
IDeletedSystem64 2022-04-21 09:25:14 -05:00
parent 35605fd9a9
commit 01515377b4
1 changed files with 1 additions and 1 deletions

View File

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