From 000ee147117a664a3663ebf040378eb9ff0b727e Mon Sep 17 00:00:00 2001 From: dngfx Date: Sat, 22 Sep 2018 16:02:39 +0100 Subject: Make tweets say Twitter instead of tweets, and update ducks to add decoys and make minimum/unique a channel setting rather than hard setting. --- modules/tweets.py | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/tweets.py') 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 -- cgit v1.3.1-10-gc9f91