digraph {
	graph [fontname="Roboto Condensed"];
	node [fontname="Roboto Condensed"];
	edge [fontname="Roboto Condensed"];

	"AoiBirthdayConvo2 begins." [color=orange];
		"AoiBirthdayConvo2 begins." -> j151037325;
		"AoiBirthdayConvo2 begins." -> j151301235;
	j151037325 [label="Joyeux anniversaire Aoi! Peut-être qu'on pourrait cloner notre propre Zeke...",shape=box,color=red];
		j151037325 -> j565768110;
	j151301235 [label="We come alive, under the neon glow… it’s the party of your BIRTHDAY! <3",shape=box,color=red];
		j151301235 -> j991088658;
	j565768110 [label="<RETRO_EMOJI_HORRIFIED> pourquoi tu plaisantes à ce sujet??",shape=box,color=blue];
		j565768110 -> "Chat ends.";
	j991088658 [label="+20 Chemistry",color=orange];
		j991088658 -> j3141616975;
	"Chat ends." [color=orange];
	j3141616975 [label="ahahahaa pas de fête s'il te plaît mais merci! devine ce que j'écoute en ce moment <RETRO_EMOJI_WINK>",shape=box,color=blue];
		j3141616975 -> "Chat ends.";
}