diff --git a/commands.go b/commands.go index 8e37511..a313ae6 100644 --- a/commands.go +++ b/commands.go @@ -201,7 +201,7 @@ func add(user *gumble.User, username, url string) { dj.queue.OnSongFinished() } } - } else if fmt.Sprint(err) == "video exceeds the maximum allowed duration." { + } else if fmt.Sprint(err) == "Song exceeds the maximum allowed duration." { dj.SendPrivateMessage(user, VIDEO_TOO_LONG_MSG) } else if fmt.Sprint(err) == "Invalid API key supplied." { dj.SendPrivateMessage(user, INVALID_API_KEY)