fix(APIMessage): document Interaction as valid MessageTarget (#5678)

This commit is contained in:
SpaceEEC
2021-05-27 12:54:42 +02:00
committed by GitHub
parent 840ad0a35a
commit 9f491ffeb9
2 changed files with 10 additions and 2 deletions

View File

@@ -378,7 +378,7 @@ module.exports = APIMessage;
/**
* A target for a message.
* @typedef {TextChannel|DMChannel|User|GuildMember|Webhook|WebhookClient} MessageTarget
* @typedef {TextChannel|DMChannel|User|GuildMember|Webhook|WebhookClient|Interaction} MessageTarget
*/
/**