How do I customize 'Create your own quriobot' for the white-labeled bot?
If you have a paid subscription and would like to show the custom branding for your bot, you can customize ‘Create your own quriobot’ link:
Step 0: Keep the ‘remove quriobot branding’ setting of be ON(and you can upload your own avatars then of course)
Step 1: Enable the developer mode
Step 2: Enable advanced initialization options and set them to:
{
whiteLabel: false,
branding: {
title: "My Brand",
url: "https://example.com",
icon: "https://example.com/icon.png"
}
}
where title is the message displayed and url is the link URL.