Skip to content

Wonder-Toast/pokemon-random

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


discord.js


Discord server NPM version

NPM info

About

A simple project I decided to create to help fuel PokeBot and also for users to use and enjoy! >v1.2.5

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

Example Code For Calling The Pokemon Names

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

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

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%