Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
##TOKEN DETAILS
TOKEN = "TRON"

BOT_TOKEN = "5710284858:AAHcIDYAtWAC01p8BsHRl4cIwhcKpBqNlTQ"
BOT_TOKEN = "8174102711:AAE9mbl2aSbm74tCs-I0ixtVw-N_1dekr3U"
PAYMENT_CHANNEL = "@testpostchnl" #add payment channel here including the '@' sign
OWNER_ID = 5151868182 #write owner's user id here.. get it from @MissRose_Bot by /id
CHANNELS = ["@testpostchnl"] #add channels to be checked here in the format - ["Channel 1", "Channel 2"]
Expand Down