Skip to content

Change parent to `instance-name` in the bot command line and all subsequent references.

Arber X requested to merge arber/change-parent-to-instance into master

Description

The bot command line and the BotSession class took a field called parent which referred to the instance name. This is confusing. This change changes the field to instance-name.

** Added --parent as a hidden option for backward compatibility.

Edited by Arber X

Merge request reports