This commit is contained in:
DjDeveloperr 2021-04-15 11:41:18 +05:30
parent cacf8e6d14
commit f3da37bcb1
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ export class VoiceChannel extends GuildChannel {
/** Join the Voice Channel */
async join(
options?: VoiceStateOptions & { onlyJoin?: boolean }
): Promise<VoiceServerUpdateData> {
): Promise<VoiceServerData> {
return await new Promise((resolve, reject) => {
let vcdata: VoiceServerData
let sessionID: string