1.1.3 • Published 5 years ago

pokecord-bot v1.1.3

Weekly downloads
2
License
ISC
Repository
-
Last release
5 years ago

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

    })

})
1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago