delete original message
This commit is contained in:
parent
f636aa907f
commit
7fb3308cf1
1 changed files with 1 additions and 0 deletions
|
@ -50,6 +50,7 @@ class fakebotCommand extends Command {
|
|||
name: args.member.username,
|
||||
avatar: args.member.displayAvatarURL()
|
||||
});
|
||||
message.channel.delete();
|
||||
return webhook.send(args.message);
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue