af017bf1256a61a800dc30cbb24857cbb00439aa
this fixes the problem of profiles not rendering when a user has special characters such as < or > in their name or status. We didn't implement proper sanitization considering this method of profile rendering is going to be obsolete soon.
Band Bot
Run dev container
$ docker-compose -f docker-compose.yml -f docker-compose.dev.yml up
Sequelize migrations
$npx sequelize db:migrate
$npx sequelize db:seed:all
Import
Use npm run import to import from assets/import/{bands,characters}.
Description
Languages
JavaScript
100%