mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-27 13:34:28 +00:00
Use reply in /cv
This commit is contained in:
parent
6375e10ca1
commit
b3d6c2722e
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@ def cmd_cv(bot: telegram.Bot, update: telegram.Update):
|
|||
else:
|
||||
discord_connection.send("get cv")
|
||||
message = discord_connection.recv()
|
||||
bot.send_message(update.message.chat.id, message, disable_web_page_preview=True, parse_mode="HTML")
|
||||
reply(bot, update, message)
|
||||
|
||||
|
||||
@command
|
||||
|
|
Loading…
Reference in a new issue