mirror of
https://github.com/Redume/Shirino.git
synced 2025-02-04 17:58:58 +03:00
feat: commands are now in mono-wide format
This commit is contained in:
parent
caac4f9a1f
commit
0eafaba090
1 changed files with 2 additions and 2 deletions
4
main.py
4
main.py
|
@ -26,8 +26,8 @@ async def start(message: types.Message):
|
||||||
await message.reply(
|
await message.reply(
|
||||||
'Shirino is a telegram bot for converting fiat or cryptocurrency. '
|
'Shirino is a telegram bot for converting fiat or cryptocurrency. '
|
||||||
'The example of use occurs via inline query:\n'
|
'The example of use occurs via inline query:\n'
|
||||||
f'@{get_bot.username} USD RUB \n'
|
f'`@{get_bot.username} USD RUB` \n'
|
||||||
f'@{get_bot.username} 12 USD RUB \n\n'
|
f'`@{get_bot.username} 12 USD RUB` \n\n'
|
||||||
'[Source Code](https://github.com/Redume/Shirino)',
|
'[Source Code](https://github.com/Redume/Shirino)',
|
||||||
parse_mode='markdown'
|
parse_mode='markdown'
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Reference in a new issue