diff --git a/DOCS.md b/DOCS.md index 8e3f9e3..5dcdd90 100644 --- a/DOCS.md +++ b/DOCS.md @@ -16,7 +16,7 @@ Because it's always good to understand the API without surfing the code, innit? ### 1.2 Getters -* `parties.get_inviters(p_name)`: (table) returns a table containing as value the name(s) of the player(s) who invited `p_name` +* `parties.get_inviters(p_name)`: (table) returns a table containing as key the name(s) of the player(s) who invited `p_name` * `parties.get_party_leader(p_name)`: (string) returns the party leader of the party where `p_name` is in, or `nil` if it's not in a party * `parties.get_party_members(p_name, )`: (table) returns a table containing as value the name(s) of the player(s) inside the party where `p_name` is in, or `nil` if it's not in a party. `online_only` is an optional boolean that, when `true`, only returns the members who are currently online