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

Added audit logs #61

Closed Boegie19 closed 2 years ago

Boegie19 commented 2 years ago

Added the base template for audit logs with 2 logs types in it.

One problem I see is that there are 2 action types

1 the action type you put in to the audit log function (Made actions to deal with this) 2 the action type you get out of the audit logs function (Left this one as a string for now)