Fix the recreation every startup
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
parent
fcd60fc08a
commit
cfff6bc46e
|
@ -62,11 +62,7 @@ function BotDeets() {
|
||||||
return <p>Sorry, still loading...</p>
|
return <p>Sorry, still loading...</p>
|
||||||
}
|
}
|
||||||
|
|
||||||
if ((window.location.href.split("/")[2] === "192.168.1.111:3000") || channelName === "iMartynOnTwitch") {
|
return <p>Sorry, still making this... soon soon.</p>
|
||||||
|
|
||||||
} else {
|
|
||||||
return <p>Sorry, still making this... soon soon.</p>
|
|
||||||
}
|
|
||||||
|
|
||||||
const dd = botState.botData
|
const dd = botState.botData
|
||||||
const cmds = dd.commands
|
const cmds = dd.commands
|
||||||
|
|
Loading…
Reference in New Issue