aboutsummaryrefslogtreecommitdiff
path: root/modules/lastfm.py
diff options
context:
space:
mode:
authorGravatar jesopo2016-04-06 12:02:44 +0100
committerGravatar jesopo2016-04-06 12:02:44 +0100
commit9b2556a65a963ebab123bd4bdc090658f4cd6fef (patch)
tree610a8875039227453a3842924bd012e3afcf6883 /modules/lastfm.py
parentchanged README.md a little. (diff)
added usage help to a lot of modules, added a verbose option to karma.py.
Diffstat (limited to 'modules/lastfm.py')
-rw-r--r--modules/lastfm.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/lastfm.py b/modules/lastfm.py
index c942d394..7b56bfbd 100644
--- a/modules/lastfm.py
+++ b/modules/lastfm.py
@@ -10,7 +10,8 @@ class Module(object):
bot.events.on("boot").on("done").hook(self.boot_done)
bot.events.on("received").on("command").on("np",
"listening", "nowplaying").hook(self.np,
- help="Get the last listen to track from a user")
+ help="Get the last listen to track from a user",
+ usage="[username]")
def boot_done(self, event):
self.bot.events.on("postboot").on("configure").on(