dimscord/voice

    Dark Mode
Search:
Group by:

Currently handling the discord voice gateway (WIP) Playing audio will be added later.

Procs

proc disconnect(v: VoiceClient): owned(Future[void]) {...}{.
    raises: [Exception, FutureError],
    tags: [RootEffect, WriteIOEffect, ReadIOEffect, TimeEffect].}
Disconnects a voice client.   Source Edit
proc startSession(v: VoiceClient): owned(Future[void]) {...}{.
    raises: [Exception, FutureError],
    tags: [RootEffect, ReadIOEffect, TimeEffect, WriteIOEffect].}
Start a discord voice session.   Source Edit