Skip to content

Instantly share code, notes, and snippets.

@Alexandro1112
Created September 28, 2022 13:27
Show Gist options
  • Save Alexandro1112/ee6ae24f7f2c7cf81222a1b469921953 to your computer and use it in GitHub Desktop.
Save Alexandro1112/ee6ae24f7f2c7cf81222a1b469921953 to your computer and use it in GitHub Desktop.
import telebot
token = 'TOKEN'
bot = telebot.TeleBot(token)
if __name__ == '__main__':
print('start!')
from functions import bot
bot.polling(none_stop=True)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment