Extracted channels to .env
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -7,13 +7,7 @@ load_dotenv()
|
|||||||
|
|
||||||
api_id = os.getenv('API_ID')
|
api_id = os.getenv('API_ID')
|
||||||
api_hash = os.getenv('API_HASH')
|
api_hash = os.getenv('API_HASH')
|
||||||
chats = [
|
chats = os.getenv('CHANNELS').split()
|
||||||
'tg1337const',
|
|
||||||
'cyberboec',
|
|
||||||
'topor',
|
|
||||||
'workBrothers',
|
|
||||||
'anekdot_bb'
|
|
||||||
]
|
|
||||||
|
|
||||||
def cleanup(msg):
|
def cleanup(msg):
|
||||||
unwanted_strings = [
|
unwanted_strings = [
|
||||||
|
|||||||
Reference in New Issue
Block a user