Skip to content

Commit

Permalink
Merge pull request #1 from Dane-Thomas/master
Browse files Browse the repository at this point in the history
Added new custom message
  • Loading branch information
oyisre authored Sep 9, 2016
2 parents cd29256 + 3507ad2 commit 332e508
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ async def on_message(message):
await bot.send_message(message.channel, "THIS IS MY LAST RESORT")
elif message.content.lower() == 'damn':
await bot.send_message(message.channel, "daniel")
elif message.content.lower() in ('huda', 'hudda'): #TBH Not sure how it's spelled
await bot.send_message(message.channel, "heck")
elif message.content.lower().find('vmboys') != -1:
if random.randint(0, 1) == 0:
await bot.send_message(message.channel, "_WHEEZE_")
Expand Down

0 comments on commit 332e508

Please sign in to comment.