Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 437 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 437 Bytes

pokecord-guesser

A bot to guess pokemon by reverse image searching them.

Demo GIF

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