Skip to content

Commit bffe3cf

Browse files
authored
Update config.py
1 parent 4a7e988 commit bffe3cf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

config.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@
3131
except ValueError:
3232
raise Exception("Your Admins list does not contain valid integers.")
3333

34+
#set your Custom Caption here, Keep None for Disable Custom Caption
35+
CUSTOM_CAPTION = os.environ.get("CUSTOM_CAPTION", None)
36+
3437
#Set true if you want Disable your Channel Posts Share button
3538
if os.environ.get("DISABLE_CHANNEL_BUTTON", None) == 'True':
3639
DISABLE_CHANNEL_BUTTON = True

0 commit comments

Comments
 (0)