We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54d8ff4 commit 1b3bdbbCopy full SHA for 1b3bdbb
1 file changed
main.py
@@ -25,7 +25,7 @@
25
import random
26
27
# Bot details from environment variables
28
-BOT_TOKEN = "Your bot token " #Your bot token
+BOT_TOKEN = os.getenv("BOT_TOKEN") # Environment variable se token le raha hai #Your bot token
29
CHANNEL_1_USERNAME = "Ur_Rishu_143" # First channel username
30
CHANNEL_2_USERNAME = "bot_maker1437" # Second channel username
31
API_HASH = "42a60d9c657b106370c79bb0a8ac560c"
0 commit comments