d0be16f0 by Barry

Added stupid hillary thing

1 parent 0693b366
...@@ -558,6 +558,8 @@ Stuff: ...@@ -558,6 +558,8 @@ Stuff:
558 if message.content.startswith('!bemyirlwaifu'): 558 if message.content.startswith('!bemyirlwaifu'):
559 client.send_message(message.channel, 'http://orig13.deviantart.net/b25e/f/2014/175/3/d/no_waifu_no_laifu_by_imtheonenexttome-d7nsx3b.gif {}!'.format(message.author.mention())) 559 client.send_message(message.channel, 'http://orig13.deviantart.net/b25e/f/2014/175/3/d/no_waifu_no_laifu_by_imtheonenexttome-d7nsx3b.gif {}!'.format(message.author.mention()))
560 560
561 if message.content.startswith('HILLARY 2016'):
562 client.send_message(message.channel, ':bomb: Ohhhhhh, now you done it...:bomb:'.format(message.author.mention()))
561 563
562 if message.content.startswith('!hello'): 564 if message.content.startswith('!hello'):
563 client.send_message(message.channel, 'Hello {}!'.format(message.author.mention())) 565 client.send_message(message.channel, 'Hello {}!'.format(message.author.mention()))
......