pokecord-bot

This package lets you get the name of an image of a pokemon from the discord bot, Pokecord.

Usage no npm install needed!

<script type="module">
  import pokecordBot from 'https://cdn.skypack.dev/pokecord-bot';
</script>

README

promise based pokecord bot. How to use:


const pokecord = require('pokecord-bot')
pokecord.login('username','password') //dm me on discord @pokecord bot#6162 to get an account. Currently free but plans to make it paid in the future, if you get an account now you will keep it when its paid
.then(() => {
    pokecord.pokecord('image url of pokemon spawn','language(english, french, japanese, german, shortest, default is english)')
    .then(data => {
        console.log(data) //logs the pokemons name

    })

})