rgfewfger

This commit is contained in:
27942
2025-11-25 13:35:06 +08:00
parent b513e89f0a
commit 375497a367
6 changed files with 5 additions and 5 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -22,7 +22,7 @@ DAILY_SPEAK_TOP_N = 10
DAILY_SPEAK_REWARD = 10
# 允许机器人运行的群组(只处理这些群的消息)
ALLOWED_GROUPS = [-1003238845008]
ALLOWED_GROUPS = [-1002140101005]
# 时区(结算规则用)
LOCAL_TZ = ZoneInfo("America/New_York")
@@ -536,7 +536,7 @@ async def build_sign_message(user_id: int, username: str) -> str:
return (
f"✅ @{username} check-in succeed! Earned {SIGN_POINTS} points.\n"
f"Current total points: {total}\n\n"
f"100 points can be exchanged for a 5 USDT futures fee voucher."
f"100 points can be exchanged for a 5 USDT experience gold."
)
@@ -565,7 +565,7 @@ async def build_points_message(user_id: int, username: str) -> str:
f"💰 @{username} Points Overview\n\n"
f"📊 Current points: {total_pts}\n"
f"👥 Invited users: {invite_count}\n\n"
f"💡 100 points can be exchanged for a 5 USDT futures fee voucher."
f"💡 100 points can be exchanged for a 5 USDT experience gold."
)
@@ -575,7 +575,7 @@ def get_command_list_text() -> str:
info = COMMAND_DEFINITIONS[key]
msg += f"`{info['display']}` → {info['description']}\n"
msg += (
f"\nSign-in Reward: {SIGN_POINTS} points each time, and 100 points can be redeemed for a 5 USDT futures fee voucher.\n"
f"\nSign-in Reward: {SIGN_POINTS} points each time, and 100 points can be redeemed for a 5 USDT experience gold.\n"
f"Chat Reward: The top {DAILY_SPEAK_TOP_N} users in daily chat activity each receive {DAILY_SPEAK_REWARD} points.\n"
f"Invitation Reward: Each invited user grants {INVITE_POINTS} points.\n"
f"Daily Settlement Time: Every day at 12:00 PM (America/New_York timezone)."

Binary file not shown.

View File

@@ -4,7 +4,7 @@ from telethon.sessions import StringSession
# ========== 配置区 ==========
API_ID = 2040 # 替换成你的 API ID
API_HASH = "b18441a1ff607e10a989891a5462e627" # 替换成你的 API HASH
SESSION_FILE = "2349073562091" # 登录会话保存文件
SESSION_FILE = "8619211027341" # 登录会话保存文件
# ============================
PROXY = {