feat(xp): gain from vocal

This commit is contained in:
Anhgelus Morhtuuzh 2024-04-14 21:44:11 +02:00
parent 3e06848f72
commit 1a36ecd053
No known key found for this signature in database
GPG key ID: CF4550297832A29F
3 changed files with 112 additions and 8 deletions

View file

@ -55,4 +55,5 @@ func main() {
func afterInit(dg *discordgo.Session) {
dg.AddHandler(xp.OnMessage)
dg.AddHandler(xp.OnVoiceUpdate)
}