Added new API comments (part 10)

This commit is contained in:
JasperAtSchool
2025-01-28 14:16:43 +01:00
parent 5e1cfe7942
commit 58fb7b7512
9 changed files with 266 additions and 38 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ export const registerActions = async () => {
}
//update roles of user
const result: api.OTRoleUpdateResult[] = []
const result: api.ODRoleUpdateResult[] = []
for (const r of roles){
try{
if (r.members.has(user.id) && (mode == "add&remove" || mode == "remove")){