mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2025-12-29 09:44:50 +00:00
forgot
This commit is contained in:
parent
b5da5be4e4
commit
a89a3cabcd
1 changed files with 1 additions and 1 deletions
|
|
@ -108,7 +108,7 @@ async def successful_payment_handler(_: Client, message: Message):
|
|||
|
||||
|
||||
@app.on_message(filters.command(["refund_star"], COMMAND_HANDLER))
|
||||
async def refund_star_payment(client: Client, message: Message)
|
||||
async def refund_star_payment(client: Client, message: Message):
|
||||
if len(message.command) == 1:
|
||||
return await message.reply_msg("Please input telegram_payment_charge_id after command.")
|
||||
trx_id = message.command[1]
|
||||
|
|
|
|||
Loading…
Reference in a new issue