feat(VoiceChannel): add support for text in voice (#6921)

This commit is contained in:
SpaceEEC
2022-05-02 09:39:14 +02:00
committed by GitHub
parent 5eeef3f708
commit 4ba0f56b6a
10 changed files with 111 additions and 59 deletions

View File

@@ -351,7 +351,7 @@ class Message extends Base {
/**
* The channel that the message was sent in
* @type {TextChannel|DMChannel|NewsChannel|ThreadChannel}
* @type {TextBasedChannel}
* @readonly
*/
get channel() {