@Rimek86 I thought drop some feedback on things I noticed.
A clan has a profil which includes... << "profile" is misspelled.
Invited players can accept invitiation by [aclan/cceptInvite](https://github.com/beyond-all-reason/tachyon/blob/master/docs/schema/clan.md#acceptinvite) << aclan/cceptInvite the 'a' is moved out of the correct place.
Only the clan-leader is able to kick members << This explicitly excludes co-leaders. Is that correct?
- What is expected to happen if
clan/kickMember is used on one's self? Is that an invalid_request failure?
- Is
clan/setRole also used to demote a coLeader back to member? We should explicitly say if so or not.
- I dislike that
clan/setRole does double-duty as a "promote" and "promote and also vacate self as leader" request. We could separate these actions in the client for safety, but I feel like having a separate setLeaderRole request that explicitly will also demote yourself is better. Just a thought.
- After a self-demotion from
leader role, what is the former leader's role? Are they a coLeader or just a member? We should explicitly say which.
@Rimek86 I thought drop some feedback on things I noticed.
A clan has a profil which includes...<< "profile" is misspelled.Invited players can accept invitiation by [aclan/cceptInvite](https://github.com/beyond-all-reason/tachyon/blob/master/docs/schema/clan.md#acceptinvite)<<aclan/cceptInvitethe 'a' is moved out of the correct place.Only the clan-leader is able to kick members<< This explicitly excludes co-leaders. Is that correct?clan/kickMemberis used on one's self? Is that aninvalid_requestfailure?clan/setRolealso used to demote acoLeaderback tomember? We should explicitly say if so or not.clan/setRoledoes double-duty as a "promote" and "promote and also vacate self as leader" request. We could separate these actions in the client for safety, but I feel like having a separatesetLeaderRolerequest that explicitly will also demote yourself is better. Just a thought.leaderrole, what is the former leader's role? Are they acoLeaderor just amember? We should explicitly say which.