Fixed a crash related to messages
This commit is contained in:
parent
53b525cf12
commit
ae70b6bf21
|
@ -131,8 +131,6 @@ function skip(username)
|
||||||
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
|
end
|
||||||
else
|
|
||||||
message.user:send("You have already voted to skip this song.")
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Reference in a new issue