Skip to content

Commit

Permalink
Fix name
Browse files Browse the repository at this point in the history
  • Loading branch information
Sardor Muminov committed Jul 26, 2017
1 parent 3dea752 commit 56af6a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ async def left_chat_member_event(chat, member):
text.format(name=member['first_name'], farewell=farewell, emoticon=emoticon))


@bot.unknown
@bot.default
@bot.group_message
async def group_message_event(chat, message):
sender = message.get('from')
Expand Down

0 comments on commit 56af6a9

Please sign in to comment.