Skip to content

Commit

Permalink
Merge pull request #355 from harmony-one/img-sharing
Browse files Browse the repository at this point in the history
update deposit text message
  • Loading branch information
fegloff authored Mar 11, 2024
2 parents bf481fb + 8c41f16 commit 6ff69b4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export const commandsHelpText = {
Your credits in 1Bot Credits: $CREDITS
Send to: \`$WALLET_ADDRESS\`
Send ONE to: \`$WALLET_ADDRESS\`
`,
more: `/ explain like i am 5, what is a superconductor?
. explain like i have a phd, what is category theory?
Expand Down
2 changes: 1 addition & 1 deletion src/modules/1country/utils/text.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ Where:

registerKeepWriting: 'keep writing new options starting the following prompts with *+ <DOMAIN_NAME>*.',
registerConfirmation: 'Write */rent* to purchase it ',
notEnoughBalance: 'Your credits: $CREDITS ONE tokens. To recharge, send to `$WALLET_ADDRESS`',
notEnoughBalance: 'Your credits: $CREDITS ONE tokens. To recharge, send ONE to `$WALLET_ADDRESS`',
setParameterError: 'Parameter error.\n*/set <domain> <subdomain> <url>*'
}
4 changes: 2 additions & 2 deletions src/modules/payment/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ export class BotPayments {
)

await sendMessage(ctx,
`Your credits: ${creditsFormatted} ONE tokens. To recharge, send to \`${userAccount.address}\`.`,
`Your credits: ${creditsFormatted} ONE tokens. To recharge, send ONE to \`${userAccount.address}\`.`,
{
parseMode: 'Markdown',
replyId: message_id,
Expand Down Expand Up @@ -630,7 +630,7 @@ export class BotPayments {
ctx,
`Your 1Bot credits in ONE tokens: ${balanceFormatted.toFixed(2)}
To recharge, send to: \`${account.address}\`. Buy tokens on harmony.one/buy.`,
To recharge, send ONE to: \`${account.address}\`. Buy tokens on harmony.one/buy.`,
{
parseMode: 'Markdown',
disable_web_page_preview: true,
Expand Down

0 comments on commit 6ff69b4

Please sign in to comment.