@@ -103,4 +103,16 @@ function Core:download(file)
fileStream:close();
return true, "Success"
end
function Core:disconnect()
if not self then
return "Not instance"
if not self.ws then
return "Not initilized"
self.ws.close();
The note is not visible to the blocked user.