Added pron alias for porn.

dev
pocketjawa 2018-04-17 23:17:32 -04:00
parent ae459a06f5
commit 8acbd4eb78
1 changed files with 1 additions and 1 deletions

View File

@ -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)