@@ -83,26 +109,21 @@ function TwitchPlaysManifoldMarkets(props: {
Start playing now by logging in with Google and typing commands in chat!
{twitchUser ? (
-
- ) : isLoading ? (
-
- ) : (
+ ) : (
+
)}
- Instead of Twitch channel points we use our play money, mana (m$). All
+ Instead of Twitch channel points we use our play money, Mana (M$). All
viewers start with M$1000 and more can be earned for free and then{' '}
-
- donated to a charity
+
+ donated to a charity
{' '}
of their choice at no cost!
@@ -167,28 +188,55 @@ function TwitchChatCommands() {
function BotSetupStep(props: {
stepNum: number
buttonName?: string
- text: string
+ buttonOnClick?: MouseEventHandler
+ children: ReactNode
}) {
- const { stepNum, buttonName, text } = props
+ const { stepNum, buttonName, buttonOnClick, children } = props
return (
To add the bot to your stream make sure you have logged in then follow
the steps below.
{!twitchLinked && (
-
+
)}
+ >
+ Use the button above to add the bot to your channel. Then mod it by
+ typing in your Twitch chat: /mod ManifoldBot
+
+ If the bot is not modded it will not be able to respond to commands
+ properly.
+
+ buttonOnClick={copyOverlayLink}
+ >
+ Create a new browser source in your streaming software such as OBS.
+ Paste in the above link and resize it to your liking. We recommend
+ setting the size to 400x400.
+
+ buttonOnClick={copyDockLink}
+ >
+ The bot can be controlled entirely through chat. But we made an easy
+ to use control panel. Share the link with your mods or embed it into
+ your OBS as a custom dock.
+
>
@@ -250,61 +309,8 @@ export default function TwitchLandingPage() {
- {/*
-
-
-
-
-
-
-
-
-
-
- Bet
- {' '}
- on your favorite streams
-
-
-
-
- Get more out of Twitch with play-money betting markets.{' '}
- {!twitchUser &&
- 'Click the button below to link your Twitch account.'}
-
-