This section is under construction.
-
create a new bot
-
- setName(e.currentTarget.value)}
- />
-
-
-
-
-
my bots
+
}
+ onClick={() =>
+ openScreen({
+ id: "create_bot",
+ onCreate: (bot) => setBots([...(bots ?? []), bot]),
+ })
+ }
+ action="chevron">
+ Create a Bot
+
{bots?.map((bot) => {
return (