digraph {
	graph [fontname="Roboto Condensed"];
	node [fontname="Roboto Condensed"];
	edge [fontname="Roboto Condensed"];

	"AoiBirthdayConvo1 begins." [color=orange];
		"AoiBirthdayConvo1 begins." -> j3132306622;
		"AoiBirthdayConvo1 begins." -> j2400303884;
	j3132306622 [label="Joyeux anniversaire, Aoi!",shape=box,color=red];
		j3132306622 -> j803075479;
	j2400303884 [label="Salut, Aoi. Joyeux anniversaire. (Je sais que tu es toujours joyeuse, donc c'est un peu inutile.)",shape=box,color=red];
		j2400303884 -> j3003716584;
	j803075479 [label="+20 Chemistry",color=orange];
		j803075479 -> j4256707643;
	j3003716584 [label="je ne le suis pas et non, ce n'est pas le cas\nmais merci quand même",shape=box,color=blue];
		j3003716584 -> "Chat ends.";
	j4256707643 [label="par lua tu t'en souviens? <RETRO_EMOJI_HAPPY1> merciiiiiii!",shape=box,color=blue];
		j4256707643 -> "Chat ends.";
	"Chat ends." [color=orange];
}