diff --git a/pocketbot.py b/pocketbot.py index b6d9154..7416496 100644 --- a/pocketbot.py +++ b/pocketbot.py @@ -204,7 +204,7 @@ def on_message(message): yield from client.send_message(message.channel, random.choice(earthpornr).url) #Link some porn! (actually SFW) - elif message.content.lower().startswith('!porn'): + elif message.content.lower().startswith('!porn') or message.content.lower().startswith('!pron'): earthporn = reddit.subreddit('earthporn').hot(limit=10) serverporn = reddit.subreddit('ServerPorn').hot(limit=10) cableporn = reddit.subreddit('cableporn').hot(limit=10)