digraph {
	graph [fontname="Roboto Condensed"];
	node [fontname="Roboto Condensed"];
	edge [fontname="Roboto Condensed"];

	"AoiBirthdayConvo1 begins." [color=orange];
		"AoiBirthdayConvo1 begins." -> j1019124104;
		"AoiBirthdayConvo1 begins." -> j3134988947;
	j1019124104 [label="Alles Gute zum Geburtstag, Aoi!",shape=box,color=red];
		j1019124104 -> j2663314110;
	j3134988947 [label="Hey Aoi. Happy Birthday. (Ich weiß, dass du immer happy bist, daher ist das irgendwie sinnlos.)",shape=box,color=red];
		j3134988947 -> j863410890;
	j2663314110 [label="+20 Chemistry",color=orange];
		j2663314110 -> j3615714826;
	j863410890 [label="bin ich nicht und ist es nicht\ntrotzdem dnk",shape=box,color=blue];
		j863410890 -> "Chat ends.";
	j3615714826 [label="du meine güte, das hast du behalten? <RETRO_EMOJI_HAPPY1> dankeeeeee",shape=box,color=blue];
		j3615714826 -> "Chat ends.";
	"Chat ends." [color=orange];
}