mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-14 10:33:30 +01:00
docs(*): wrap optional properties with union types in parentheses (#6021)
This commit is contained in:
@@ -17,7 +17,7 @@ class CommandInteraction extends Interaction {
|
||||
|
||||
/**
|
||||
* The channel this interaction was sent in
|
||||
* @type {?TextChannel|NewsChannel|DMChannel}
|
||||
* @type {?(TextChannel|NewsChannel|DMChannel)}
|
||||
* @name CommandInteraction#channel
|
||||
* @readonly
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user