mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-11 09:03:29 +01:00
refactor: added TextBasedChannels type (#6286)
This commit is contained in:
@@ -89,7 +89,7 @@ class Interaction extends Base {
|
||||
|
||||
/**
|
||||
* The channel this interaction was sent in
|
||||
* @type {?Channel}
|
||||
* @type {?TextBasedChannels}
|
||||
* @readonly
|
||||
*/
|
||||
get channel() {
|
||||
|
||||
Reference in New Issue
Block a user