I forgot to remove the displayAvatarURL, lol

This commit is contained in:
IDeletedSystem64 2022-04-21 10:52:44 -05:00
parent f07fad7951
commit b8bdeb5278
1 changed files with 1 additions and 1 deletions

View File

@ -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: {