Skip to content

Commit

Permalink
Handle voice state updates
Browse files Browse the repository at this point in the history
  • Loading branch information
4Kaylum committed Oct 4, 2023
1 parent f867a83 commit 2f48a39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion novus/api/gateway/dispatch.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def __init__(self, shard: GatewayShard) -> None:
# "Stage instance delete": None,
"TYPING_START": self._handle_typing,
# "User update": None,
# "VOICE_STATE_UPDATE": self._handle_voice_state,
"VOICE_STATE_UPDATE": self._handle_voice_state,
# "Voice server update": None,
# "Webhooks update": None,
}
Expand Down

0 comments on commit 2f48a39

Please sign in to comment.