From 8a73c1003c8174f0854fe0ef40737ff6c07dbb8b Mon Sep 17 00:00:00 2001 From: Drew Date: Sun, 21 May 2017 14:53:13 -0400 Subject: [PATCH] Update intro.md --- docs/guides/getting_started/intro.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/guides/getting_started/intro.md b/docs/guides/getting_started/intro.md index 070ef04f3..837814511 100644 --- a/docs/guides/getting_started/intro.md +++ b/docs/guides/getting_started/intro.md @@ -222,5 +222,6 @@ For reference, view an [annotated example] of this structure. It is important to know that the recommended design pattern of bots should be to separate the program (initialization and command handler), the modules (handle commands), and the services (persistent storage, - +pure functions, data manipulation). + **todo:** diagram of bot structure