Added help message for add_owner
parent
0cda503d6c
commit
c0c42b6527
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue