Хочу в свой код вставить данные - провайдер, страна и город.
def geolocation(message):
*тут должен быть код с данными*
bot.send_message(chat_id, "IP:" + IP \n "Country:" + country \n "City:" + city)
@bot.message_handler(commands=["info", "Info"]
if ("{0}".format(message.text) == "/info"):
try:
geolocation(message)
bot.send_message(chat_id, "подождите...")
except:
bot.send_message(chat_id, "Ошибка!")