From fd1f4fa0361b2f50c244b64128778589169ed62f Mon Sep 17 00:00:00 2001 From: Lucadia87 Date: Tue, 11 Feb 2025 15:17:32 +0530 Subject: [PATCH] Casino.py --- main.py | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/main.py b/main.py index acffca9..dcb567d 100644 --- a/main.py +++ b/main.py @@ -3,16 +3,16 @@ import telebot ##TOKEN DETAILS -TOKEN = "TRON" +TOKEN = "INR" -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 = "7911106268:AAHEq70LX0-_VmXofyPvlohqTdSSZx72CqQ" +PAYMENT_CHANNEL = "@casino_track" #add payment channel here including the '@' sign +OWNER_ID = 7410868436 #write owner's user id here.. get it from @MissRose_Bot by /id +CHANNELS = ["@cashify_1"] #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 = 52 #remove 0 and add the minimum withdraw u want to set +Per_Refer = 7 #add per refer bonus here bot = telebot.TeleBot(BOT_TOKEN)