Skip to content

Commit

Permalink
Update info.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Aadhi000 authored Feb 15, 2022
1 parent 3eed1bc commit f17be7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion info.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def is_enabled(value, default):
# Bot settings
CACHE_TIME = int(environ.get('CACHE_TIME', 300))
USE_CAPTION_FILTER = bool(environ.get('USE_CAPTION_FILTER', False))
PICS = (environ.get('PICS', 'https://telegra.ph/file/3d87cdb638b5444198c59.jpg,https://telegra.ph/file/2140af3c0cb1c848ef5a0.jpg,https://telegra.ph/file/f5c3720b2ce9d1d97d59f.jpg')).split()
PICS = (environ.get('PICS', 'https://telegra.ph/file/3d87cdb638b5444198c59.jpg https://telegra.ph/file/2140af3c0cb1c848ef5a0.jpg https://telegra.ph/file/f5c3720b2ce9d1d97d59f.jpg')).split()

# Admins, Channels & Users
ADMINS = [int(admin) if id_pattern.search(admin) else admin for admin in environ.get('ADMINS', '').split()]
Expand Down

0 comments on commit f17be7f

Please sign in to comment.