1
0
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:
Anson 2019-08-27 16:15:24 -07:00
parent cfef152228
commit c5bc1ddd9b

View File

@ -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