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
8 changes: 4 additions & 4 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
##TOKEN DETAILS
TOKEN = "TRON"

BOT_TOKEN = "5710284858:AAHcIDYAtWAC01p8BsHRl4cIwhcKpBqNlTQ"
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"]
BOT_TOKEN = "6657389805:AAFflLWxH5Eaw4N-NAVwbNXy7gRPyXY1iBs"
PAYMENT_CHANNEL = "@dgchxb" #add payment channel here including the '@' sign
OWNER_ID = 5253947004 #write owner's user id here.. get it from @MissRose_Bot by /id
CHANNELS = ["@hssvxhbbv"] #add channels to be checked here in the format - ["Channel 1", "Channel 2"]
#you can add as many channels here and also add the '@' sign before channel username
Daily_bonus = 1 #Put daily bonus amount here!
Mini_Withdraw = 0.5 #remove 0 and add the minimum withdraw u want to set
Expand Down