From 8641bdac23fa000b562050f9af1b29009dc8c96f Mon Sep 17 00:00:00 2001 From: Drew Date: Sun, 21 May 2017 14:50:52 -0400 Subject: [PATCH] Update intro.md --- docs/guides/getting_started/intro.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guides/getting_started/intro.md b/docs/guides/getting_started/intro.md index 192f71d2c..55e338c41 100644 --- a/docs/guides/getting_started/intro.md +++ b/docs/guides/getting_started/intro.md @@ -223,5 +223,5 @@ 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 + +**todo:** diagram of bot structure