diff options
Diffstat (limited to 'src/commands/time.json')
-rw-r--r-- | src/commands/time.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/commands/time.json b/src/commands/time.json new file mode 100644 index 0000000..b5711a3 --- /dev/null +++ b/src/commands/time.json @@ -0,0 +1,18 @@ +{ + "TIME": { + "summary": "Return the current server time", + "complexity": "O(1)", + "group": "server", + "since": "2.6.0", + "arity": 1, + "function": "timeCommand", + "command_flags": [ + "LOADING", + "STALE", + "FAST" + ], + "command_tips": [ + "NONDETERMINISTIC_OUTPUT" + ] + } +} |