mirror of
https://github.com/TheFunny/TelegramTwitterMediaBot.git
synced 2026-09-23 23:32:05 +00:00
clean code
This commit is contained in:
@@ -1,14 +1,7 @@
|
||||
# import json
|
||||
import logging
|
||||
import re
|
||||
import os
|
||||
|
||||
# with open("config.json") as config_file:
|
||||
# config = json.load(config_file)
|
||||
|
||||
# admin = config["telegram"]["admin"]
|
||||
# token = config["telegram"]["token"]
|
||||
|
||||
BOT_TOKEN = os.getenv("BOT_TOKEN")
|
||||
ADMIN = os.getenv("ADMIN").split(",")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user