diff --git a/commands.go b/commands.go index ebbe70e..bcf2917 100644 --- a/commands.go +++ b/commands.go @@ -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) }