Minor text fix (when nothing is provided to setplaying)

pull/20/head
pocketjawa 2020-05-20 21:45:30 -04:00
parent 2e91d16a02
commit d3db70e72d
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ func setNowPlaying(s *discordgo.Session, m *discordgo.Message, ctx *mux.Context)
s.UpdateStatus(0, arg)
resp = "Now playing: " + arg
} else {
resp = "random"
resp = "Please tell me what to play!"
}
s.ChannelMessageSend(m.ChannelID, resp)
}