mirror of
https://github.com/ION606/Discord-Client.git
synced 2026-05-14 21:06:55 +00:00
System message fix
This commit is contained in:
@@ -29,7 +29,7 @@ namespace Discord_Client_Custom.Channels
|
||||
discriminator = inp["discriminator"].ToString();
|
||||
|
||||
//Check for deleted user
|
||||
if ((string)inp["avatar"] != "")
|
||||
if ((string)inp["avatar"] != null)
|
||||
{
|
||||
avatar = inp["avatar"].ToString();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user