aboutsummaryrefslogtreecommitdiff
path: root/modules/trakt.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/trakt.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/trakt.py')
-rw-r--r--modules/trakt.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/trakt.py b/modules/trakt.py
index b488ad40..3e407752 100644
--- a/modules/trakt.py
+++ b/modules/trakt.py
@@ -12,7 +12,7 @@ class Module(object):
bot.events.on("received").on("command").on("nowwatching",
"nw").hook(self.now_watching,
help="Get what you or another user is now watching "
- "on trakt.tv")
+ "on trakt.tv", usage="[username]")
def boot_done(self, event):
self.bot.events.on("postboot").on("configure").on("set"