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 07f67ed commit 0ba7238Copy full SHA for 0ba7238
config.py
@@ -17,6 +17,7 @@
17
#OWNER ID
18
OWNER_ID = int(os.environ.get("OWNER_ID", ""))
19
20
+#Database
21
DB_URI = os.environ.get("DATABASE_URL", "")
22
23
#force sub channel id, if you want enable force sub
0 commit comments