Skip to content

Update main.py #9

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
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