bot
bot copied to clipboard
Refactoring /info
Users can know some information about the bot with /info
command, currently this command shows the node pubkey and the bot fee, this command is executing getInfo
call from LND and it takes a lot of resources from the node.
The idea is to run getInfo
when the node is starting and save on a new scheme info
the uris
and we query this field when users run /info
.