Smug faces yall

This commit is contained in:
Luke Robles 2017-09-22 13:00:22 -07:00
parent b98adee81b
commit 6d1b09bb16
2 changed files with 14 additions and 2 deletions

View File

@ -130,6 +130,12 @@ async def on_message(message):
get_from_reddit.get_image('pouts')
)
if message.content.startswith('!smug'):
await client.send_message(
message.channel,
get_from_reddit.get_image('smuganimegirls')
)
if message.content.startswith('!purge'):
num = 20
if len(message.content.split()) > 1:

View File

@ -62,8 +62,14 @@ def get_help_message(method):
],
'weather': [
'Returns the weather for the location you entered.',
'\nUsage: !weather Berkeley'],
'pout': ['Returns the URL for an anime girl pouting you filthy weeb']
'\nUsage: !weather Berkeley'
],
'pout': [
'Returns the URL for an anime girl pouting you filthy weeb'
],
'smug': [
'Returns the URL for smug anime girl'
]
}
# Print out every help method