d-Rickyy-b / Python-BlackJackBot

A Telegram bot written in Python to play the game BlackJack alone or with your friends
https://telegram.me/BlackJackBot
GNU General Public License v3.0
76 stars 37 forks source link

Leave channels as soon as added #75

Closed d-Rickyy-b closed 6 years ago

d-Rickyy-b commented 6 years ago

If the bot receives an update from a channel, it should leave it instantly.

Otherwise there will be an error happening at: https://github.com/d-Rickyy-b/Python-BlackJackBot/blob/1f7c49dffdd1bea1e63668257043cdebda26efc9/main.py#L97-L107

Since channel updates don't have the user object.