diff options
Diffstat (limited to 'modules/twitter.py')
| -rw-r--r-- | modules/twitter.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/twitter.py b/modules/twitter.py index 7d732713..35b35123 100644 --- a/modules/twitter.py +++ b/modules/twitter.py @@ -9,7 +9,7 @@ class Module(object): def __init__(self, bot): self.bot = bot bot.events.on("received").on("command").on("twitter", "tw" - ).hook(self.twitter) + ).hook(self.twitter, help="Find a tweet") def make_timestamp(self, s): seconds_since = time.time()-datetime.datetime.strptime(s, |
