Fixed a typo
This commit is contained in:
parent
2b49334c75
commit
389fe7e765
|
@ -176,6 +176,7 @@ function skip(username)
|
||||||
next_song()
|
next_song()
|
||||||
else
|
else
|
||||||
piepan.me.channel:send(string.format(config.USER_SKIP_HTML, username))
|
piepan.me.channel:send(string.format(config.USER_SKIP_HTML, username))
|
||||||
|
end
|
||||||
else
|
else
|
||||||
message.user:send("You have already voted to skip this song.")
|
message.user:send("You have already voted to skip this song.")
|
||||||
end
|
end
|
||||||
|
|
Reference in a new issue