Skip to content

Commit 1b3bdbb

Browse files
authored
Update main.py
1 parent 54d8ff4 commit 1b3bdbb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
import random
2626

2727
# Bot details from environment variables
28-
BOT_TOKEN = "Your bot token " #Your bot token
28+
BOT_TOKEN = os.getenv("BOT_TOKEN") # Environment variable se token le raha hai #Your bot token
2929
CHANNEL_1_USERNAME = "Ur_Rishu_143" # First channel username
3030
CHANNEL_2_USERNAME = "bot_maker1437" # Second channel username
3131
API_HASH = "42a60d9c657b106370c79bb0a8ac560c"

0 commit comments

Comments
 (0)