mirror of
https://github.com/eternnoir/pyTelegramBotAPI.git
synced 2023-08-10 21:12:57 +03:00
token removed :)
This commit is contained in:
parent
733bb2ebbb
commit
2e5590b566
@ -8,7 +8,7 @@ with (message_handler, callback_query_handler, poll_handler)
|
||||
from telebot import TeleBot, types
|
||||
from telebot.custom_filters import TextFilter, AdvancedCustomFilter
|
||||
|
||||
bot = TeleBot("1254795383:AAE7gbj1aas4lEDHB1eVuZZhSGPWcH1B5ds")
|
||||
bot = TeleBot("")
|
||||
|
||||
|
||||
class TextFilterKey(AdvancedCustomFilter):
|
||||
|
Loading…
Reference in New Issue
Block a user