Fix notification cooldown and time set reply
This commit is contained in:
parent
4aa52befcc
commit
fca0204059
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ async def await_cmd(message: types.message):
|
||||||
else:
|
else:
|
||||||
user.nt_cooldown = value
|
user.nt_cooldown = value
|
||||||
|
|
||||||
msg = lang(user, "notif_time_cooldown").format(user.await_cmd[6:], value)
|
msg = lang(user, "notif_time_cooldown").format(user.await_cmd, value)
|
||||||
user.await_cmd = str()
|
user.await_cmd = str()
|
||||||
session.commit()
|
session.commit()
|
||||||
await message.reply(msg, parse_mode=ParseMode.MARKDOWN, reply_markup=key)
|
await message.reply(msg, parse_mode=ParseMode.MARKDOWN, reply_markup=key)
|
||||||
|
|
Reference in a new issue