From 0e8d61769120ebf38dc5687b815652a2d00ce09b Mon Sep 17 00:00:00 2001 From: Dario Date: Tue, 20 Jun 2017 16:23:18 +0200 Subject: [PATCH] added my bot --- Examples.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Examples.md b/Examples.md index 45139c4..df7035e 100644 --- a/Examples.md +++ b/Examples.md @@ -10,6 +10,7 @@ Bots built using the `telegram.ext.Updater` class. * [sudobot](https://github.com/bvanrijn/sudobot) runs commands on your server and lets you easily share the output * [teleGit Bot](https://github.com/HeavenH/teleGit) A bot to list the github repositories, show users information. * [Vocaloid Bot](https://github.com/bomjacob/VocaBot) uses data from VocaDB.net to find all your favourite Vocaloid songs, artists and albums. +* [ForwardsCoverBot](https://github.com/91DarioDev/ForwardsCoverBot) echoes any message and any kind of media to anonymize the forward. # API Bots using the raw API.