1 more vote needed for song
This commit is contained in:
+2
-2
@@ -16,8 +16,8 @@ class Spotify(object):
|
|||||||
self.bot = bot
|
self.bot = bot
|
||||||
|
|
||||||
#voting settings
|
#voting settings
|
||||||
self.desired_count = 4 # aantal upvotes dat nodig is om een liedje in de lijst te krijgen
|
self.desired_count = 5 # aantal upvotes dat nodig is om een liedje in de lijst te krijgen
|
||||||
self.veto_count = 4 # aantal downvotes dat nodig is om een liedje weg te stemmen
|
self.veto_count = 5 # aantal downvotes dat nodig is om een liedje weg te stemmen
|
||||||
self.thumbs_up = '👌' #"\N{Ok Hand Sign}"
|
self.thumbs_up = '👌' #"\N{Ok Hand Sign}"
|
||||||
self.thumbs_down = '🙅' #"\N{Face With No Good Gesture}"
|
self.thumbs_down = '🙅' #"\N{Face With No Good Gesture}"
|
||||||
self.stemkanaal_naam = 'top2000' # naam van het stemkanaal
|
self.stemkanaal_naam = 'top2000' # naam van het stemkanaal
|
||||||
|
|||||||
Reference in New Issue
Block a user