update
This commit is contained in:
parent
f9061088fe
commit
e6e9dcb48c
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue