using this post i was able to set up a death counter
/t/nightbot-command-for-only-removing-1-on-counter-not-reset/1534637453850181884
however the !counter command gives me this response "There have been 1,plus deaths" im very much a noob with all this and cant work out in the code where the text "plus" is coming from.
this was the code ive used my tokens in mine thats all ive altered. any help is apricated.
$(eval a=$(urlfetch https://twitch.center/customapi/quote/list?token=Public_Token&no_id=1);a!=There are no quotes added?There is ${a.split( )[0]}${a.split( )[1]} deaths:There is 0 deaths)
