From 85fef8108093a46fd71395f7fc7a7f3cb2072864 Mon Sep 17 00:00:00 2001 From: Drew Date: Sun, 21 May 2017 14:44:37 -0400 Subject: [PATCH] Update intro.md --- docs/guides/getting_started/intro.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/guides/getting_started/intro.md b/docs/guides/getting_started/intro.md index 8bcfa9086..363cd3598 100644 --- a/docs/guides/getting_started/intro.md +++ b/docs/guides/getting_started/intro.md @@ -223,5 +223,3 @@ 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 \ No newline at end of file