SuspendingVoiceConnectionRegistry

interface SuspendingVoiceConnectionRegistry

Functions

disconnect
Link copied to clipboard
abstract suspend fun disconnect(guildId: Snowflake)
getVoiceConnection
Link copied to clipboard
abstract suspend fun getVoiceConnection(guildId: Snowflake): VoiceConnection
registerVoiceConnection
Link copied to clipboard
abstract suspend fun registerVoiceConnection(guildId: Snowflake, voiceConnection: VoiceConnection)

Inheritors

LocalSuspendingVoiceConnectionRegistry
Link copied to clipboard

Sources

jvm source
Link copied to clipboard