added command for reasons of edit

This commit is contained in:
loicbersier 2019-08-12 18:46:33 +02:00
parent 551829fbba
commit 77f296998b

View file

@ -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()