API Event Listeners (command/task started, role given, ban added, etc)
these would include:
- commandRequested
- taskStarted
- taskEnded
- roleGiven
- roleTaken
- banAdded
- banRemoved
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!
@MavreisTeam ·
Now me personally, I'd absolutely love this. Would make the banlog webhook idea much easier to implement. 🙃