aboutsummaryrefslogtreecommitdiff
path: root/modules/tweets.py
diff options
context:
space:
mode:
Diffstat (limited to 'modules/tweets.py')
-rw-r--r--modules/tweets.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/tweets.py b/modules/tweets.py
index cd32939b..7b8a69fc 100644
--- a/modules/tweets.py
+++ b/modules/tweets.py
@@ -11,6 +11,7 @@ REGEX_TWITTERURL = re.compile(
"https?://(?:www\.)?twitter.com/[^/]+/status/(\d+)", re.I)
class Module(object):
+ _name = "Twitter"
def __init__(self, bot, events, exports):
self.bot = bot
self.events = events