mirror of
https://github.com/oddluck/limnoria-plugins.git
synced 2025-04-26 04:51:09 -05:00
update command help
This commit is contained in:
parent
dcdc670d30
commit
1c8192f0b6
@ -28,7 +28,7 @@ class Lyrics(callbacks.Plugin):
|
|||||||
|
|
||||||
def lyric(self, irc, msg, args, lyric):
|
def lyric(self, irc, msg, args, lyric):
|
||||||
"""<artist | song_title>
|
"""<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]
|
channel = msg.args[0]
|
||||||
lyrics = None
|
lyrics = None
|
||||||
|
Loading…
x
Reference in New Issue
Block a user