Forum Discussion
Not getting the bot name
In new teams((1415/24022924517). I created a bot application “tesbot_2” using teams toolkit, the bot displays as “tesbot_2”, that is correct. But if I try to change the name as other names (“ tesbot_change” for example ) in manifest.json, the bot name still displays as “tesbot_2”, that is not correct.
The default name in manifest.json:
The changed name in manifest.json:
While the bot name will change as tesbot_change in old teams.
Also after I change the icon in manifest.json, it works in old teams but not works in new teams.
Just to confirm, you have created a bot with Teams toolkit and ran it. Now you changed the color icon and bot name and uploaded the manifest again but it still shows old name and icon in new Teams.
Could you please tell us how you uploaded the updated manifest?
- ray2408Apr 02, 2024Brass Contributor
Meghana-MSFT Yes we also facing the same issue
- Meghana-MSFTApr 04, 2024Former EmployeeWe raised a bug for this, we will keep you posted on the updates. Thank you.
- Jason1395Apr 02, 2024Copper Contributor
Yes.
I create the Basic Bot with the TypeScript using Teams toolkit in VSCode. And I change the manifest.json in VS Code.