1
0
Fork 0
mirror of https://github.com/diamondburned/arikawa.git synced 2024-11-30 10:43:30 +00:00

Voice: Updated package description

This commit is contained in:
diamondburned (Forefront) 2020-04-24 20:29:14 -07:00
parent f2d93fe2ba
commit cc153e1715

View file

@ -1,4 +1,7 @@
// Package voice is coming soon to an arikawa near you! // Package voice handles the Discord voice gateway and UDP connections, as well
// as managing and keeping track of multiple voice sessions.
//
// This package abstracts the subpackage voice/voicesession and voice/udp.
package voice package voice
import ( import (