1
Fork 0
mirror of https://github.com/redstrate/Kawari.git synced 2025-06-21 07:27:45 +00:00

Nudge.lua: clarify usage

This commit is contained in:
The Dax 2025-06-18 12:16:54 -04:00 committed by Joshua Goins
parent 0b6d8d3f8c
commit 74479198e8

View file

@ -26,7 +26,7 @@ function onCommand(args, player)
["-"] = -1,
["DESCEND"] = -1,
}
local usage = "Usage: !nudge <distance> <up|u|+|ascend/down|d|-|descend>"
local usage = "Moves the user in a specified direction. Defaults to 5 yalms forward.\nUsage: !nudge <distance> <up|u|+|ascend/down|d|-|descend>"
if argc == 1 then
if checkArg1 then