feat: commands are now in mono-wide format

This commit is contained in:
Данил 2025-01-09 20:47:35 +03:00
parent caac4f9a1f
commit 0eafaba090

View file

@ -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'
)