diff --git a/command.py b/command.py index 149448f..c994064 100644 --- a/command.py +++ b/command.py @@ -342,7 +342,7 @@ def cmd_play_url(bot, user, text, command, parameter): var.playlist.append(music_wrapper) log.info("cmd: add to playlist: " + music_wrapper.format_debug_string()) - bot.send_msg(constants.strings('file_added', item=music_wrapper.format_song_string())) + bot.send_channel_msg(constants.strings('file_added', item=music_wrapper.format_song_string())) if len(var.playlist) == 2: # If I am the second item on the playlist. (I am the next one!) bot.async_download_next()