fixed 'Message' object has no attribute 'new_chat_members'

This commit is contained in:
ivan 2018-02-11 11:29:00 +03:00
parent 42ec1749ce
commit 523a000e01
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ class Jabbergram(sleekxmpp.ClientXMPP):
'but the XMPP server doesn\'t support H'\
'TTP Upload.'
elif update.message.new_chat_members:
elif update.message.new_chat_member:
message = 'This user has joined the group.'
elif update.message.left_chat_member:
message = 'This user has left the group.'