Updated help message for lastfm
This commit is contained in:
parent
472cc39e7b
commit
cd9170f133
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ from util import hook, http
|
||||||
@hook.command('l', autohelp=False)
|
@hook.command('l', autohelp=False)
|
||||||
@hook.command(autohelp=False)
|
@hook.command(autohelp=False)
|
||||||
def lastfm(inp, nick='', say=None, db=None, bot=None):
|
def lastfm(inp, nick='', say=None, db=None, bot=None):
|
||||||
".lastfm [user] -- Displays the now playing (or last played) " \
|
".lastfm [user] [dontsave] -- Displays the now playing (or last played)" \
|
||||||
" track of LastFM user [user]."
|
" track of LastFM user [user]."
|
||||||
api_key = bot.config.get("api_keys", {}).get("lastfm")
|
api_key = bot.config.get("api_keys", {}).get("lastfm")
|
||||||
if not api_key:
|
if not api_key:
|
||||||
|
|
Reference in a new issue