Time - EdgeIY/infiniteyield GitHub Wiki
Documentation
string Time()
Description
Returns the current time as the following string: Hour:Minute:Second AM/PM
Example
--Note: This is just a snippet
["Function"] = function(args,speaker)
print(Time()) --> 03:07:14 PM
end