Skip to content

Commit

Permalink
feat: add money symbol to request message
Browse files Browse the repository at this point in the history
  • Loading branch information
roziscoding committed Aug 12, 2022
1 parent 367f2eb commit faf9ff4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/handleInlineQuery.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export async function handleInlineQuery(
title: format('Solicitar código pix de %s reais', amount),
input_message_content: {
message_text: format(
'%s deseja te enviar %s via pix! Para gerar um código pix neste valor, clique no botão abaixo.',
'%s deseja te enviar R$ %s via pix! Para gerar um código pix neste valor, clique no botão abaixo.',
user.name,
amount
)
Expand All @@ -96,7 +96,7 @@ export async function handleInlineQuery(
inline_keyboard: [
[
{
text: format('Gerar código Pix de %s', amount),
text: format('Gerar código Pix de R$ %s', amount),
switch_inline_query_current_chat: query.query
}
]
Expand Down

1 comment on commit faf9ff4

@vercel
Copy link

@vercel vercel bot commented on faf9ff4 Aug 12, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.