added usage to soundcloud command

This commit is contained in:
tommy aka doge 2022-08-24 17:26:48 -04:00
parent 23fb333a9e
commit 7924ee4d8c

View File

@ -30,7 +30,7 @@ function isTmpEmpty()
return dir==nil, dir, dir~=nil and split(dir,'\n') or {}
end
commands:Add('sc',{},"wip", function(t)
commands:Add('sc',{},'download soundcloud song (usage: "sc [link]")', function(t)
local args = t.args
local message = t.message
if args[1] then