Voice: Updated package description

This commit is contained in:
diamondburned (Forefront) 2020-04-24 20:29:14 -07:00
parent f2d93fe2ba
commit cc153e1715
1 changed files with 4 additions and 1 deletions

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
import (