added usage to soundcloud command
This commit is contained in:
parent
23fb333a9e
commit
7924ee4d8c
@ -30,7 +30,7 @@ function isTmpEmpty()
|
|||||||
return dir==nil, dir, dir~=nil and split(dir,'\n') or {}
|
return dir==nil, dir, dir~=nil and split(dir,'\n') or {}
|
||||||
end
|
end
|
||||||
|
|
||||||
commands:Add('sc',{},"wip", function(t)
|
commands:Add('sc',{},'download soundcloud song (usage: "sc [link]")', function(t)
|
||||||
local args = t.args
|
local args = t.args
|
||||||
local message = t.message
|
local message = t.message
|
||||||
if args[1] then
|
if args[1] then
|
||||||
|
Loading…
Reference in New Issue
Block a user