mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-05-14 17:59:48 +00:00
Update the unavailable guild's data when it becomes available.
This commit is contained in:
parent
99749a2798
commit
654001ba3e
@ -235,6 +235,7 @@ class ConnectionState:
|
||||
server = self._get_server(data.get('id'))
|
||||
if server is not None:
|
||||
server.unavailable = False
|
||||
server._from_data(data)
|
||||
self.dispatch('server_available', server)
|
||||
return
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user