Orca
A bot framework that is easy to reason about, easy to debug, and easy to use.
|
Public Attributes | |
voice_idle_cb | on_idle |
triggers on every event loop iteration | |
voice_speaking_cb | on_speaking |
triggers when a user start speaking | |
voice_client_disconnect_cb | on_client_disconnect |
triggers when a user has disconnected from the voice channel | |
voice_codec_cb | on_codec |
triggers when a codec is received | |
void(* | on_ready )(struct discord_voice *vc) |
void(* | on_session_descriptor )(struct discord_voice *vc) |
void(* | on_udp_server_connected )(struct discord_voice *vc) |