add a !send command
Closed this issue · 3 comments
ControlxFreak commented
let people send NFTs to eachother...
however, this will require:
- goerlli eth in every wallet to pay for gas fees
- private keys for every address so we can sign the transaction
so IDK how easily this can be accomplished 🤷♂️
ControlxFreak commented
On option:
- In the !add command, the owner can send some eth to the new address to cover fees.
- When I create the accounts, I can manually set the owner as an approved person to act on their behalf
^^ This would work
ControlxFreak commented
it is now !gift, but yes I did it.
ControlxFreak commented
I decided storing the private keys in plain text is fine since this is all fake anyway