This commit is contained in:
Mr Chen 2024-12-14 17:15:20 +08:00
parent f9061088fe
commit e6e9dcb48c
2 changed files with 2 additions and 2 deletions

View File

@ -111,7 +111,7 @@ def send_msg(bot, tag='ad', trigger_time=300):
types.InlineKeyboardButton(
text="@ME", url='tg://user?id=5568699210'),
types.InlineKeyboardButton(
text="150RMB/M[已满]", url='tg://user?id=5568699210')
text="150rmb/月[已满]", url='tg://user?id=5568699210')
]
]
markup = types.InlineKeyboardMarkup(keyboard)

View File

@ -120,7 +120,7 @@ def send_msg(bot, tag='ad', trigger_time=300):
types.InlineKeyboardButton(
text="@ME", url='tg://user?id=5568699210'),
types.InlineKeyboardButton(
text="150RMB/M[已满]", url='tg://user?id=5568699210')
text="150RMB/[已满]", url='tg://user?id=5568699210')
]
]
markup = types.InlineKeyboardMarkup(keyboard)