Clarifies wording

This commit is contained in:
AliasAlreadyTaken 2024-06-07 05:12:41 +02:00
parent 18ee1b2f3d
commit 28af30c972
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
local chatcommand_cmd = yl_ticker.settings.chatcommand_domain .. "_add"
local chatcommand_definition = {
params = "<message>$<frequency in seconds>$<runtime in seconds>",
description = "Sends the message each frequency seconds for a maximum number of runtime seconds." ..
params = "<message>$<frequency>$<runtime|timestamp>",
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",

View File

@ -1,7 +1,7 @@
local chatcommand_cmd = yl_ticker.settings.chatcommand_domain .. "_list"
local chatcommand_definition = {
params = "<ticker ID>",
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)