2022-10-25 22:24:26 +02:00
|
|
|
<p>
|
|
|
|
{{#tr}}
|
|
|
|
<z-user></z-user> will have the same properties as it did prior to deactivation,
|
2024-04-18 15:20:36 +02:00
|
|
|
including role, owner and channel subscriptions.
|
2022-10-25 22:24:26 +02:00
|
|
|
{{#*inline "z-user"}}<strong>{{username}}</strong>{{/inline}}
|
|
|
|
{{/tr}}
|
|
|
|
</p>
|
2022-05-24 09:07:01 +02:00
|
|
|
{{#if original_owner_deactivated}}
|
|
|
|
<p>
|
|
|
|
{{#tr}}
|
|
|
|
Because the original owner of this bot <z-bot-owner></z-bot-owner> is deactivated, you will become the owner for this bot.
|
|
|
|
{{#*inline "z-bot-owner"}}<strong>{{owner_name}}</strong>{{/inline}}
|
|
|
|
{{/tr}}
|
2024-04-18 15:20:36 +02:00
|
|
|
{{t "However, it will no longer be subscribed to the private channels that you are not subscribed to." }}
|
2022-05-24 09:07:01 +02:00
|
|
|
</p>
|
|
|
|
{{/if}}
|