From 7de9970cd0d1f778e86a1b9fbb28e43085d01433 Mon Sep 17 00:00:00 2001 From: jesopo Date: Tue, 29 Mar 2016 14:37:35 +0100 Subject: added help strings where they were missing. --- modules/trakt.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'modules/trakt.py') diff --git a/modules/trakt.py b/modules/trakt.py index 8e23cfca..bec38768 100644 --- a/modules/trakt.py +++ b/modules/trakt.py @@ -8,7 +8,9 @@ class Module(object): self.bot = bot bot.events.on("boot").on("done").hook(self.boot_done) bot.events.on("received").on("command").on("nowwatching", - "nw").hook(self.now_watching) + "nw").hook(self.now_watching, + help="Get what you or another user is now watching " + "on trakt.tv") def boot_done(self, event): self.bot.events.on("postboot").on("configure").on("set" -- cgit v1.3.1-10-gc9f91