mirror of
https://github.com/eternnoir/pyTelegramBotAPI.git
synced 2023-08-10 21:12:57 +03:00
remove unused import
This commit is contained in:
parent
a07bf86c30
commit
7eb759d1fd
@ -6,7 +6,6 @@
|
|||||||
# Important, command for chat_id and for group have a higher priority than for all
|
# Important, command for chat_id and for group have a higher priority than for all
|
||||||
|
|
||||||
import asyncio
|
import asyncio
|
||||||
import os
|
|
||||||
import telebot
|
import telebot
|
||||||
from telebot.async_telebot import AsyncTeleBot
|
from telebot.async_telebot import AsyncTeleBot
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
# https://schedule.readthedocs.io
|
# https://schedule.readthedocs.io
|
||||||
|
|
||||||
import asyncio
|
import asyncio
|
||||||
import os, aioschedule
|
import aioschedule
|
||||||
from telebot.async_telebot import AsyncTeleBot
|
from telebot.async_telebot import AsyncTeleBot
|
||||||
|
|
||||||
API_TOKEN = '<api_token>'
|
API_TOKEN = '<api_token>'
|
||||||
|
@ -5,7 +5,6 @@
|
|||||||
# Important, to update the command menu, be sure to exit the chat with the bot and enter to chat again
|
# Important, to update the command menu, be sure to exit the chat with the bot and enter to chat again
|
||||||
# Important, command for chat_id and for group have a higher priority than for all
|
# Important, command for chat_id and for group have a higher priority than for all
|
||||||
|
|
||||||
import os
|
|
||||||
import telebot
|
import telebot
|
||||||
|
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
# This is a simple bot with schedule timer
|
# This is a simple bot with schedule timer
|
||||||
# https://schedule.readthedocs.io
|
# https://schedule.readthedocs.io
|
||||||
|
|
||||||
import os, time, threading, schedule
|
import time, threading, schedule
|
||||||
from telebot import TeleBot
|
from telebot import TeleBot
|
||||||
|
|
||||||
API_TOKEN = '<api_token>'
|
API_TOKEN = '<api_token>'
|
||||||
|
Loading…
Reference in New Issue
Block a user