Added pron alias for porn.
parent
ae459a06f5
commit
8acbd4eb78
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue