JSFiddle - React, Tailwind, and code Playground

by MegaScience

JavaScript

if("$(user)".toLowerCase() === "$(touser)".toLowerCase()) {"$(user) swings their knife randomly!"} else {r = "$(user)"; rs = ['tried to stab $(touser) but was countered!', 'stabbed $(touser) and defeated them!', 'attempted stabbing $(touser) but they got away!']; r += ` ${rs[Math.floor(Math.random() * rs.length)]}`

switch("$(provider)") {
	case "twitch": '$(twitch $(touser) "{{displayName}} over at {{url}}!")'; break;
	case "discord": 'BLAH'; break;
	case "youtube": ""; break;
	case "mixer": ""; break;
	default: ""
}