mirror of
https://gitlab.com/MisterBiggs/multi-bot-tutorial.git
synced 2025-06-16 07:06:51 +00:00
organized imports
This commit is contained in:
parent
cfef152228
commit
c5bc1ddd9b
@ -6,6 +6,8 @@ import telegram
|
||||
from functions import nextLaunch, roadster
|
||||
from telegram.ext import CommandHandler, Filters, MessageHandler, Updater
|
||||
|
||||
from functions import about, nextLaunch, roadster
|
||||
|
||||
TELEGRAM_TOKEN = os.environ["TELEGRAM"]
|
||||
|
||||
# Enable logging
|
||||
|
Loading…
x
Reference in New Issue
Block a user