Open in the app to sign in, vote and reply

Suggestions · Open

API Event Listeners (command/task started, role given, ban added, etc)

Team · · 2 votes · 1 comments · edited

these would include:

for example:

ServerAPI.taskStarted:Connect(function(task)
    print(task.caller, "started a task on", task.target)
end)

this would then provide the ability for devs for example to create their own ban loggers / discord webhook connections a lot easier and without needing to modify the internals

if there's any other listeners you'd like added, do let me know below!

Comments

Team ·

Now me personally, I'd absolutely love this. Would make the banlog webhook idea much easier to implement. 🙃