Skip to content
Snippets Groups Projects
Commit 4238b4f5 authored by Sami's avatar Sami
Browse files

Migrate: More updates

parent c48f93b5
Branches
Tags
No related merge requests found
......@@ -316,7 +316,7 @@ class Music:
"""Skips the song if the required votes have been acquired"""
vc = ctx.voice_client
votes: List[str] = []
votes = []
votes_needed = int(3)
vote_count = int(0)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment