From 0eafaba090c9b2b2cf955b236bcbd40d372db255 Mon Sep 17 00:00:00 2001 From: Redume Date: Thu, 9 Jan 2025 20:47:35 +0300 Subject: [PATCH] feat: commands are now in mono-wide format --- main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.py b/main.py index c383a44..5b54d05 100644 --- a/main.py +++ b/main.py @@ -26,8 +26,8 @@ async def start(message: types.Message): await message.reply( 'Shirino is a telegram bot for converting fiat or cryptocurrency. ' 'The example of use occurs via inline query:\n' - f'@{get_bot.username} USD RUB \n' - f'@{get_bot.username} 12 USD RUB \n\n' + f'`@{get_bot.username} USD RUB` \n' + f'`@{get_bot.username} 12 USD RUB` \n\n' '[Source Code](https://github.com/Redume/Shirino)', parse_mode='markdown' )