mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 20:14:51 +00:00
Update chat.py
This commit is contained in:
parent
be8d1068c0
commit
efe564064b
1 changed files with 0 additions and 4 deletions
|
|
@ -674,9 +674,6 @@ class Chat(Object):
|
|||
can_promote_members=can_promote_members
|
||||
)
|
||||
|
||||
|
||||
|
||||
|
||||
def join(self):
|
||||
"""Bound method *join* of :obj:`Chat`.
|
||||
|
||||
|
|
@ -700,7 +697,6 @@ class Chat(Object):
|
|||
|
||||
return self._client.join_chat(self.id)
|
||||
|
||||
|
||||
def leave(self):
|
||||
"""Bound method *leave* of :obj:`Chat`.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue