[Bug] Import db is erroring out
cky_ via Discord:
I was able to make it work by putting a try/catch in the for i will PR sometime this week unless someone else gets to it
[2024-04-20 03:10:34.0327] - error: [v5.62.1] Unhandled promise rejection
{
message: 'v.name.toLowerCase is not a function',
stack: 'TypeError: v.name.toLowerCase is not a function\n' +
' at F:\fork-firebot\Firebot\Firebot\build\backend\import\third-party\streamlabs-chatbot.js:76:57\n' +
' at Array.find (
This issue is caused by number-only usernames being read as numbers, not as strings by the xlsx reader.