Fix the recreation every startup
continuous-integration/drone/push Build is failing Details

Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
Martyn 2020-08-03 09:22:22 +02:00
parent fcd60fc08a
commit cfff6bc46e
1 changed files with 1 additions and 5 deletions

View File

@ -62,11 +62,7 @@ function BotDeets() {
return <p>Sorry, still loading...</p>
}
if ((window.location.href.split("/")[2] === "192.168.1.111:3000") || channelName === "iMartynOnTwitch") {
} else {
return <p>Sorry, still making this... soon soon.</p>
}
return <p>Sorry, still making this... soon soon.</p>
const dd = botState.botData
const cmds = dd.commands