From 28af30c9722fb443345e7025a0fc4652b850a843 Mon Sep 17 00:00:00 2001 From: AliasAlreadyTaken Date: Fri, 7 Jun 2024 05:12:41 +0200 Subject: [PATCH] Clarifies wording --- chatcommand_add.lua | 4 ++-- chatcommand_list.lua | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/chatcommand_add.lua b/chatcommand_add.lua index 00b5b02..3310268 100644 --- a/chatcommand_add.lua +++ b/chatcommand_add.lua @@ -1,7 +1,7 @@ local chatcommand_cmd = yl_ticker.settings.chatcommand_domain .. "_add" local chatcommand_definition = { - params = "$$", - description = "Sends the message each frequency seconds for a maximum number of runtime seconds." .. + params = "$$", + description = "Sends the message each frequency until runtime or timestamp." .. "\n" .. "Example: /" .. chatcommand_cmd .. " Message $ 50 $ 3600" .. "\n" .. "For more examples do /" .. yl_ticker.settings.chatcommand_domain .. "_examples", diff --git a/chatcommand_list.lua b/chatcommand_list.lua index 7aa6b97..e1004bb 100644 --- a/chatcommand_list.lua +++ b/chatcommand_list.lua @@ -1,7 +1,7 @@ local chatcommand_cmd = yl_ticker.settings.chatcommand_domain .. "_list" local chatcommand_definition = { params = "", - description = "List tickers with ID to you." .. "\nExample: /" .. + description = "List attributes of ticker with ID to you." .. "\nExample: /" .. chatcommand_cmd .. " 5", privs = {[yl_ticker.settings.user_privs] = true}, func = function(name, param)