From 561e9464e7f7f193c0f0f527c0a3d58f432da23f Mon Sep 17 00:00:00 2001 From: zarouuu <140978407+zarouuu@users.noreply.github.com> Date: Sun, 30 Jul 2023 21:17:24 +0100 Subject: [PATCH] Update main.py --- main.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/main.py b/main.py index acffca9..3416fab 100644 --- a/main.py +++ b/main.py @@ -5,14 +5,14 @@ ##TOKEN DETAILS TOKEN = "TRON" -BOT_TOKEN = "5710284858:AAHcIDYAtWAC01p8BsHRl4cIwhcKpBqNlTQ" +BOT_TOKEN = "6356583153:AAG5bayUA46MKP4OtXASLT_SabR0tt9VNCs" 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"] #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 -Per_Refer = 0.0001 #add per refer bonus here +Mini_Withdraw = 1 #remove 0 and add the minimum withdraw u want to set +Per_Refer = 0.5 #add per refer bonus here bot = telebot.TeleBot(BOT_TOKEN)