Update Index.luau

Better function names
This commit is contained in:
xArshy 2024-04-05 11:07:21 +04:00 committed by GitHub
parent 69fc64d134
commit fb80d88c27
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -25,7 +25,7 @@ function Client.new(Identifier: string, yieldWait: number?)
return self return self
end end
function Client:Logging(store: boolean, opt: boolean) function Client:Log(store: boolean, opt: boolean)
ClientProcess.logger(self.id, store, opt) ClientProcess.logger(self.id, store, opt)
return function() return function()
return ClientProcess.getlogs(self.id) return ClientProcess.getlogs(self.id)