I forgot to remove the displayAvatarURL, lol
This commit is contained in:
parent
f07fad7951
commit
b8bdeb5278
|
@ -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: {
|
||||
|
|
Reference in New Issue