mirror of
https://github.com/sanderfoobar/ircradio.git
synced 2024-11-26 05:49:26 +01:00
More than 10 karma allowed ;)
This commit is contained in:
parent
9a23d7e71f
commit
22441c932a
@ -90,7 +90,6 @@ class Commands:
|
|||||||
return await send_message(target, f"Nothing is playing?!")
|
return await send_message(target, f"Nothing is playing?!")
|
||||||
song = history[0]
|
song = history[0]
|
||||||
|
|
||||||
if song.karma <= 9:
|
|
||||||
song.karma += 1
|
song.karma += 1
|
||||||
song.save()
|
song.save()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user