Smug faces yall
This commit is contained in:
parent
b98adee81b
commit
6d1b09bb16
@ -130,6 +130,12 @@ async def on_message(message):
|
|||||||
get_from_reddit.get_image('pouts')
|
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'):
|
if message.content.startswith('!purge'):
|
||||||
num = 20
|
num = 20
|
||||||
if len(message.content.split()) > 1:
|
if len(message.content.split()) > 1:
|
||||||
|
@ -62,8 +62,14 @@ def get_help_message(method):
|
|||||||
],
|
],
|
||||||
'weather': [
|
'weather': [
|
||||||
'Returns the weather for the location you entered.',
|
'Returns the weather for the location you entered.',
|
||||||
'\nUsage: !weather Berkeley'],
|
'\nUsage: !weather Berkeley'
|
||||||
'pout': ['Returns the URL for an anime girl pouting you filthy weeb']
|
],
|
||||||
|
'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
|
# Print out every help method
|
||||||
|
Loading…
x
Reference in New Issue
Block a user