From 969092e076fa3085adea6ca80fdd40dd7e71edc2 Mon Sep 17 00:00:00 2001 From: Rahiel Kasim Date: Wed, 20 Apr 2016 10:30:30 +0200 Subject: [PATCH] add mau mau bot --- Examples.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Examples.md b/Examples.md index 1a4107e..525657b 100644 --- a/Examples.md +++ b/Examples.md @@ -3,6 +3,7 @@ A non-exhaustive list of open source bots built on `python-telegram-bot` in the # Updater Bots built using the `telegram.ext.Updater` class. +* [Mau Mau bot](https://github.com/jh0ker/mau_mau_bot) allows you to play the popular card game UNO via inline queries * [Welcome Bot](https://github.com/jh0ker/welcomebot) greets everyone who joins a group chat # API