Jishu Developer commited on
Commit
03073c3
·
unverified ·
1 Parent(s): a3097b1

Update config.py

Browse files
Files changed (1) hide show
  1. config.py +2 -2
config.py CHANGED
@@ -32,7 +32,7 @@ FORCE_SUB_CHANNEL3 = int(os.environ.get("FORCE_SUB_CHANNEL3", ""))
32
  FORCE_SUB_CHANNEL4 = int(os.environ.get("FORCE_SUB_CHANNEL4", ""))
33
 
34
 
35
-
36
 
37
 
38
 
@@ -96,4 +96,4 @@ def LOGGER(name: str) -> logging.Logger:
96
  # Don't Remove Credit 🥺
97
  # Telegram Channel @Madflix_Bots
98
  # Backup Channel @JishuBotz
99
- # Developer @JishuDeveloper
 
32
  FORCE_SUB_CHANNEL4 = int(os.environ.get("FORCE_SUB_CHANNEL4", ""))
33
 
34
 
35
+ SECONDS = int(os.getenv("SECONDS", "600")) # auto delete in seconds
36
 
37
 
38
 
 
96
  # Don't Remove Credit 🥺
97
  # Telegram Channel @Madflix_Bots
98
  # Backup Channel @JishuBotz
99
+ # Developer @JishuDeveloper