VerifyBot
A Discord Bot that verify an asset in a particular Algorand address and assign a role.
Project setup
npm init
Project Variables
Update .env file with purestake API `API` and DISCORD API `DISCORD`
Update let account = [] with creator addresses
Follow Youtube videos to create a bot in your server settings.
Add your role id from discord server after switching on developer mode in discord.
message.member.roles.add('');
Project start
npm start