diff --git a/commands/fun/fakebot.js b/commands/fun/fakebot.js index c82e585c..8c1031aa 100644 --- a/commands/fun/fakebot.js +++ b/commands/fun/fakebot.js @@ -34,6 +34,7 @@ class fakebotCommand extends Command { async exec(message, args) { message.channel.createWebhook(args.member.username, args.member.displayAvatarURL()) .then(webhook => { + // Have to edit after creation otherwise the picture doesn't get applied webhook.edit({ name: args.member.username, avatar: args.member.displayAvatarURL()