digraph {
	graph [fontname="Roboto Condensed"];
	node [fontname="Roboto Condensed"];
	edge [fontname="Roboto Condensed"];

	"AoiBirthdayConvo2 begins." [color=orange];
		"AoiBirthdayConvo2 begins." -> j2612945502;
		"AoiBirthdayConvo2 begins." -> j789370822;
	j2612945502 [label="Happy Birthday Aoi! Maybe we could clone you a Zeke of your very own…",shape=box,color=red];
		j2612945502 -> j2033395564;
	j789370822 [label="We come alive, under the neon glow… it’s the party of your BIRTHDAY! <3",shape=box,color=red];
		j789370822 -> j86161348;
	j2033395564 [label="<RETRO_EMOJI_HORRIFIED> why would u joke about that??",shape=box,color=blue];
		j2033395564 -> "Chat ends.";
	j86161348 [label="+20 Chemistry",color=orange];
		j86161348 -> j1177825903;
	"Chat ends." [color=orange];
	j1177825903 [label="ahahahaa no parties please but thank u! guess what I’m listening to right now <RETRO_EMOJI_WINK>",shape=box,color=blue];
		j1177825903 -> "Chat ends.";
}