diff options
| author | ilotterytea <iltsu@alright.party> | 2025-04-12 17:01:48 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2025-04-12 17:01:48 +0500 |
| commit | 1f5f33fc2f2c8f5d2239d5506ba53438a090d52d (patch) | |
| tree | c44eed1f4eb6b9684ed04ad64a4c3db42957bb50 /luamods/ping.lua | |
| parent | 458ea551a1ba7edfa068fafaad5949282f5f4aa0 (diff) | |
feat: command descriptions
Diffstat (limited to 'luamods/ping.lua')
| -rw-r--r-- | luamods/ping.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/luamods/ping.lua b/luamods/ping.lua index 8e1578e..d6ac40d 100644 --- a/luamods/ping.lua +++ b/luamods/ping.lua @@ -1,5 +1,7 @@ return { name = "ping", + description = + "The `!ping` command checks to see if it's alive and gives a bunch of other data like memory usage, compiler version, etc.", delay_sec = 5, options = {}, subcommands = {}, |
