'how to make discord bot to get user eth address and store them in database?
i need to make a very simple discord bot to verify and show eth address and show which user it belongs too. Need to associate a verified eth address for each member of my server. It'll be stored in a database. I can check which eth address a certain user has with a command.
Any idea how to implement this ?
Solution 1:[1]
If you don't need to implement eth address verification, you can simply make a command that accepts one parameter as an eth address and store that in the database and another command that fetches it back upon request
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | Karl Jan Calingasan |