chore: fix docs

This commit is contained in:
Elysia 2024-01-14 12:45:28 +07:00
parent 6ffcdbe43b
commit 39d8b71f41
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -36,7 +36,7 @@ class CallState extends Base {
/**
* The channel of the call
* @type {?DMChannel|PartialGroupDMChannel}
* @type {?DMChannel|GroupDMChannel}
*/
get channel() {
return this.client.channels.cache.get(this.channelId);