From d6b7a24ac424aa3b75c70e1ba41df2f5254e5488 Mon Sep 17 00:00:00 2001 From: Leo Arias Date: Wed, 1 Nov 2017 10:55:26 -0600 Subject: [PATCH] Fix typo: autocatically --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dd1dcfa..2cf56e1 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # telegram-forward-bot Simple Telegram Bot for forwarding messages easily between various related channels and groups. -This bot allows you to automatically forward messages between different channels. We use it on our Student Comitee because we have like 15 different Telegram groups for each commission we are working on. Then, if we want some commission receives some important information, we can autocatically forward to them using _hashtags_ at the beggining of the message (or the caption of a media file). +This bot allows you to automatically forward messages between different channels. We use it on our Student Comitee because we have like 15 different Telegram groups for each commission we are working on. Then, if we want some commission receives some important information, we can automatically forward to them using _hashtags_ at the beggining of the message (or the caption of a media file). Made with latest version of telepot at the time (12.0) and for Python 3.5.2. And shared with a MIT license.