Skip to content

mrzack506/pokemon-random

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


discord.js


Discord server NPM version NPM downloads

NPM info

About

A Module I decided to create to help fuel PokeBot and also for users to use and enjoy!

This Module Contains Pokemon from Generation 1-7. and soon berries

Getting Started

To install, simply run the following command in your terminal (from your project directory):

npm install pokemon-random --save

You can also use yarn if you prefer as well

Example Code For Calling The Pokemon Names

const pokemonQ = require('./randomPokemon')()
const pokemonR = require('./randomPokemon')()

console.log('pokemonQ', pokemonQ)
console.log('pokemonR', pokemonR)

About

A Module To Express Random Pokemon

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%