diff options
| author | Anhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me> | 2024-04-14 21:44:11 +0200 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me> | 2024-04-14 21:44:11 +0200 |
| commit | 1a36ecd053f882fb7b32a98559d38b3542b29255 (patch) | |
| tree | 87364a5c37b94b660aac4586603c6f3272f264e5 /main.go | |
| parent | 3e06848f7280d03af7d2aacd6b4146ec7cf7c04e (diff) | |
feat(xp): gain from vocal
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -55,4 +55,5 @@ func main() { func afterInit(dg *discordgo.Session) { dg.AddHandler(xp.OnMessage) + dg.AddHandler(xp.OnVoiceUpdate) } |
