mirror of
https://github.com/ION606/Discord-Client.git
synced 2026-05-15 05:16:55 +00:00
Added the ability to recieve messages
This commit is contained in:
@@ -48,6 +48,8 @@ namespace Discord_Client_Custom.client_internals
|
||||
|
||||
public userMain(JsonNode uConfigs, JsonNode uObj, JsonNode[] chnls, user[] relshnshps) {
|
||||
customStatus = uConfigs["custom_status"];
|
||||
customStatus["status"] = JsonNode.Parse(uConfigs["status"].ToJsonString());
|
||||
|
||||
locale = uConfigs["locale"].ToString();
|
||||
theme = uConfigs["theme"].ToString();
|
||||
|
||||
@@ -71,6 +73,7 @@ namespace Discord_Client_Custom.client_internals
|
||||
|
||||
public Image getAvatar() { return avatar; }
|
||||
public string getId() { return id; }
|
||||
public JsonNode getStatus() { return this.customStatus; }
|
||||
}
|
||||
|
||||
userMain uMain;
|
||||
|
||||
Reference in New Issue
Block a user