Re: Wrong Bot Name in Teams Installation
Hey @dnickgt16 ,
After publishing the bot with the new name, it can take up to 72 hours for the name to be reflected in the App Store, sometimes even longer for the new name to appear in the direct chat with the bot if you've previously interacted with it (sometimes you also get the really long GUID of the bot for a while).
The quickest way to resolve this which works every single time for me is by clearing the local Teams cache on your computer. First, close your MS Teams and then go to the following folders:
Application Cache – %appdata%\Microsoft\Teams\Application Cache
Blob_Storage – %appdata%\Microsoft\Teams\Blob_Storage (If there)
Cache – %appdata%\Microsoft\Teams\Cache
databases – %appdata%\Microsoft\Teams\databases
IndexedDb – %appdata%\Microsoft\Teams\IndexedDB
GPUCache – %appdata%\Microsoft\Teams\GPUCache
LocalStorage – %appdata%\Microsoft\Teams\LocalStorage
Tmp – %appdata%\Microsoft\Teams\tmp
And remove EVERYTHING in those folders (this will not affect any of your chats etc., this is just local cache). Re-open Teams and within 5-10 mins, the new name will automatically appear.
Hope this helps ☺