Skip to content

Commit

Permalink
Merge pull request #1 from BobbaTea/patch-1
Browse files Browse the repository at this point in the history
Update bot2.py
  • Loading branch information
rsha256 committed Oct 11, 2019
2 parents 452e9e5 + 118e157 commit 0ae1a31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bot2.py
Expand Up @@ -13,6 +13,7 @@ async def on_message(message):
return

if message.content.startswith('!hello'):
print('Logged: Hello message')
await message.channel.send('Hello!')

elif message.content.startswith('!members'):
Expand Down

0 comments on commit 0ae1a31

Please sign in to comment.