From c0c42b652721c0705f8aefd30e705ec0dd2fc66d Mon Sep 17 00:00:00 2001 From: Joey Hines Date: Sat, 2 Feb 2019 10:24:48 -0600 Subject: [PATCH] Added help message for add_owner --- api/commands.py | 1 + 1 file changed, 1 insertion(+) diff --git a/api/commands.py b/api/commands.py index 4d065c1..6a333ff 100644 --- a/api/commands.py +++ b/api/commands.py @@ -531,6 +531,7 @@ def add_owner(new_owner_name, location_name, discord_uuid=None, mc_uuid=None): :param mc_uuid: MC UUID of the current owner :return: Updated Location :raises: PlayerNotFound, LocationLookupError, PlayerInDBError + :help: Adds an co-owner to a location ''' owner = get_player(discord_uuid, mc_uuid)