mirror of
https://github.com/celisej567/abaddon.git
synced 2026-09-06 20:15:19 +03:00
fix member list from not populating sometimes
This commit is contained in:
@@ -358,8 +358,8 @@ void DiscordClient::SendLazyLoad(Snowflake id) {
|
||||
};
|
||||
msg.Channels = c;
|
||||
msg.GuildID = *GetChannel(id)->GuildID;
|
||||
msg.ShouldGetActivities = false;
|
||||
msg.ShouldGetTyping = false;
|
||||
msg.ShouldGetActivities = true;
|
||||
msg.ShouldGetTyping = true;
|
||||
|
||||
nlohmann::json j = msg;
|
||||
m_websocket.Send(j);
|
||||
|
||||
Reference in New Issue
Block a user