From cc153e17158b3447903bf65c45a0edd358dba724 Mon Sep 17 00:00:00 2001 From: "diamondburned (Forefront)" Date: Fri, 24 Apr 2020 20:29:14 -0700 Subject: [PATCH] Voice: Updated package description --- voice/voice.go | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/voice/voice.go b/voice/voice.go index d4def8e..0eb0279 100644 --- a/voice/voice.go +++ b/voice/voice.go @@ -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 (