From 1f5f33fc2f2c8f5d2239d5506ba53438a090d52d Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Sat, 12 Apr 2025 17:01:48 +0500 Subject: feat: command descriptions --- luamods/ping.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'luamods/ping.lua') 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 = {}, -- cgit v1.2.3