mirror of
https://github.com/kirameki-cafe/Yumi.git
synced 2026-09-13 18:59:19 +00:00
Add NowPlaying command
This commit is contained in:
@@ -111,6 +111,10 @@ export class DiscordMusicPlayerInstance {
|
||||
this.voiceChannel = currentVC;
|
||||
}
|
||||
});
|
||||
|
||||
this.voiceConnection.on(VoiceConnectionStatus.Disconnected, (oldState: VoiceConnectionState, newState: VoiceConnectionState) => {
|
||||
// TODO: Handle on Disconnect by user (Right-click > Disconnect)
|
||||
});
|
||||
}
|
||||
|
||||
public async leaveVoiceChannel() {
|
||||
|
||||
Reference in New Issue
Block a user