aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me>2024-04-14 21:44:11 +0200
committerAnhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me>2024-04-14 21:44:11 +0200
commit1a36ecd053f882fb7b32a98559d38b3542b29255 (patch)
tree87364a5c37b94b660aac4586603c6f3272f264e5 /main.go
parent3e06848f7280d03af7d2aacd6b4146ec7cf7c04e (diff)
feat(xp): gain from vocal
Diffstat (limited to 'main.go')
-rw-r--r--main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.go b/main.go
index 09835d2..bbe995e 100644
--- a/main.go
+++ b/main.go
@@ -55,4 +55,5 @@ func main() {
func afterInit(dg *discordgo.Session) {
dg.AddHandler(xp.OnMessage)
+ dg.AddHandler(xp.OnVoiceUpdate)
}