📞Dispatch Integration
If you'd like to integrate your custom dispatch system, follow this guide.
Find the dispatchNotify function inside client_open.lua
function dispatchNotify()
-- Place custom dispatch notify code here
end
Set Config.CustomDispatch = true in the config.lua, at line 11.
Last updated