File tree 3 files changed +4
-4
lines changed 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ export const commandsHelpText = {
38
38
39
39
Your credits in 1Bot Credits: $CREDITS
40
40
41
- Send to: \`$WALLET_ADDRESS\`
41
+ Send ONE to: \`$WALLET_ADDRESS\`
42
42
` ,
43
43
more : `/ explain like i am 5, what is a superconductor?
44
44
. explain like i have a phd, what is category theory?
Original file line number Diff line number Diff line change 12
12
13
13
registerKeepWriting : 'keep writing new options starting the following prompts with *+ <DOMAIN_NAME>*.' ,
14
14
registerConfirmation : 'Write */rent* to purchase it ' ,
15
- notEnoughBalance : 'Your credits: $CREDITS ONE tokens. To recharge, send to `$WALLET_ADDRESS`' ,
15
+ notEnoughBalance : 'Your credits: $CREDITS ONE tokens. To recharge, send ONE to `$WALLET_ADDRESS`' ,
16
16
setParameterError : 'Parameter error.\n*/set <domain> <subdomain> <url>*'
17
17
}
Original file line number Diff line number Diff line change @@ -467,7 +467,7 @@ export class BotPayments {
467
467
)
468
468
469
469
await sendMessage ( ctx ,
470
- `Your credits: ${ creditsFormatted } ONE tokens. To recharge, send to \`${ userAccount . address } \`.` ,
470
+ `Your credits: ${ creditsFormatted } ONE tokens. To recharge, send ONE to \`${ userAccount . address } \`.` ,
471
471
{
472
472
parseMode : 'Markdown' ,
473
473
replyId : message_id ,
@@ -630,7 +630,7 @@ export class BotPayments {
630
630
ctx ,
631
631
`Your 1Bot credits in ONE tokens: ${ balanceFormatted . toFixed ( 2 ) }
632
632
633
- To recharge, send to: \`${ account . address } \`. Buy tokens on harmony.one/buy.` ,
633
+ To recharge, send ONE to: \`${ account . address } \`. Buy tokens on harmony.one/buy.` ,
634
634
{
635
635
parseMode : 'Markdown' ,
636
636
disable_web_page_preview : true ,
You can’t perform that action at this time.
0 commit comments