feat(xp): gain from vocal
This commit is contained in:
parent
3e06848f72
commit
1a36ecd053
3 changed files with 112 additions and 8 deletions
1
main.go
1
main.go
|
@ -55,4 +55,5 @@ func main() {
|
|||
|
||||
func afterInit(dg *discordgo.Session) {
|
||||
dg.AddHandler(xp.OnMessage)
|
||||
dg.AddHandler(xp.OnVoiceUpdate)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue