mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 19:45:22 +09:00
Fixed Command Help
This commit is contained in:
@@ -137,5 +137,5 @@ commands.add_command = function(name, description, inputs, event)
|
||||
inputs=inputs
|
||||
}
|
||||
command_calls[name] = event
|
||||
commands._add_command(name,command_inputs(command_data[name])..description,run_custom_command)
|
||||
commands._add_command(name,command_inputs(command_data[name])..'- '..description,run_custom_command)
|
||||
end
|
||||
Reference in New Issue
Block a user