added command for reasons of edit
This commit is contained in:
parent
551829fbba
commit
77f296998b
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ class fakebotCommand extends Command {
|
||||||
async exec(message, args) {
|
async exec(message, args) {
|
||||||
message.channel.createWebhook(args.member.username, args.member.displayAvatarURL())
|
message.channel.createWebhook(args.member.username, args.member.displayAvatarURL())
|
||||||
.then(webhook => {
|
.then(webhook => {
|
||||||
|
// Have to edit after creation otherwise the picture doesn't get applied
|
||||||
webhook.edit({
|
webhook.edit({
|
||||||
name: args.member.username,
|
name: args.member.username,
|
||||||
avatar: args.member.displayAvatarURL()
|
avatar: args.member.displayAvatarURL()
|
||||||
|
|
Loading…
Reference in a new issue