PB
Size: a a a
PB
PB
GF
PB
PB
PB
GF
GF
PB
GF
GF
GF
A
from telebot import apihelper
@handler
def func(m):
try:
bot.send_message(m.chat.id)
except apihelper.ApiException:
with open('f.txt', 'r') as f:
read = f.read()
read = replace(message.chat.id, '')
with open('f.txt', 'w+') as f:
f.truncate()
f.write(read)
GF
from telebot import apihelper
@handler
def func(m):
try:
bot.send_message(m.chat.id)
except apihelper.ApiException:
with open('f.txt', 'r') as f:
read = f.read()
read = replace(message.chat.id, '')
with open('f.txt', 'w+') as f:
f.truncate()
f.write(read)
A
GF
GF
GF
J