aracred / bot

:robot: Aracred Bot to quickly onboard users into Aracred
6 stars 19 forks source link

Validation: Properly check addresses before submitting them #5

Closed Evalir closed 4 years ago

Evalir commented 4 years ago

Currently the !addaddress command doesn't check for address validity; we should decide to implement web3-utils's isAddress() ourselves or bring over the library if we see more utility in it.