We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc676f6 commit fb9209aCopy full SHA for fb9209a
config.py
@@ -17,6 +17,8 @@
17
#OWNER ID
18
OWNER_ID = int(os.environ.get("OWNER_ID", ""))
19
20
+DB_URI = os.environ.get("DATABASE_URL", "")
21
+
22
#force sub channel id, if you want enable force sub
23
FORCE_SUB_CHANNEL = int(os.environ.get("FORCE_SUB_CHANNEL", "0"))
24
0 commit comments