Skip to content

Commit fb9209a

Browse files
authored
Update config.py
1 parent fc676f6 commit fb9209a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

config.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
#OWNER ID
1818
OWNER_ID = int(os.environ.get("OWNER_ID", ""))
1919

20+
DB_URI = os.environ.get("DATABASE_URL", "")
21+
2022
#force sub channel id, if you want enable force sub
2123
FORCE_SUB_CHANNEL = int(os.environ.get("FORCE_SUB_CHANNEL", "0"))
2224

0 commit comments

Comments
 (0)