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 4a7e988 commit bffe3cfCopy full SHA for bffe3cf
config.py
@@ -31,6 +31,9 @@
31
except ValueError:
32
raise Exception("Your Admins list does not contain valid integers.")
33
34
+#set your Custom Caption here, Keep None for Disable Custom Caption
35
+CUSTOM_CAPTION = os.environ.get("CUSTOM_CAPTION", None)
36
+
37
#Set true if you want Disable your Channel Posts Share button
38
if os.environ.get("DISABLE_CHANNEL_BUTTON", None) == 'True':
39
DISABLE_CHANNEL_BUTTON = True
0 commit comments