A bot to guess pokemon by reverse image searching them.
Add Bot Token to token.txt
file (Get one at the developer portal) and run bot:
git clone https://github.com/mrousavy/pokecord-guesser
cd pokecord-guesser
echo DISCORD_BOT_TOKEN_GOES_HERE > token.txt
npm install
npm start