Skip to content

mrousavy/pokecord-guesser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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