ro-py / ro.py

ro.py is a modern, asynchronous Python 3 wrapper for the Roblox API.
https://ro.py.jmk.gg/
MIT License
115 stars 46 forks source link

Add `BaseGroup.get_audit_log` #123

Open Jodenee opened 1 month ago

Jodenee commented 1 month ago

Is your feature request related to a problem? Please describe. There is no built in function to get a groups audit log.

If your feature is related to implementing a new Roblox API, provide information here. API URL: /v1/groups/{groupId}/audit-log Documented: Yes

Describe the solution you'd like A new method should be added to BaseGroup named get_audit_log that should return an iterator of AuditLogItems