update command help

This commit is contained in:
Gordon Shumway 2019-02-25 18:38:57 -05:00 committed by GitHub
parent dcdc670d30
commit 1c8192f0b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@ class Lyrics(callbacks.Plugin):
def lyric(self, irc, msg, args, lyric):
"""<artist | song_title>
Get song lyrics. search must be formatted as artist, song title.
Get song lyrics. search must be formatted as artist | song title.
"""
channel = msg.args[0]
lyrics = None