Commenting out guild_audit_log in rest.v was necessary as well. I was getting an error for no return value, but wasn't quite sure what to return at the end, so just commented it out. I can fix it in this PR if you know what you want there
I'm not sure if the log.Level.error is needed or a parsing error, but imported enums weren't being recognized (w/o being fully stated) in the int cast. Wasn't trying to be overly verbose.
Commenting out guild_audit_log in rest.v was necessary as well. I was getting an error for no return value, but wasn't quite sure what to return at the end, so just commented it out. I can fix it in this PR if you know what you want there