Fixed skip messages not appearing in chat
This commit is contained in:
parent
c25180d38b
commit
7889bbb967
|
@ -179,7 +179,7 @@ func skip(user string, admin bool) error {
|
||||||
return errors.New("An error occurred while stopping the current song.")
|
return errors.New("An error occurred while stopping the current song.")
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
return errors.New("Not enough skips have been reached to skip the song.")
|
return nil
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
return errors.New("An error occurred while adding a skip to the current song.")
|
return errors.New("An error occurred while adding a skip to the current song.")
|
||||||
|
|
Reference in a new issue