Minor text fix (when nothing is provided to setplaying)
parent
2e91d16a02
commit
d3db70e72d
|
@ -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)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue