Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 1.04 KB

README.md

File metadata and controls

32 lines (24 loc) · 1.04 KB

A Pokedéx command for Pokémon Twitch Streamers

Nightbot

Type this in chat:

!commands add !dex $(urlfetch https://victornightbot.herokuapp.com/dex/$(querystring)?ch=$(channel)&user=$(user)&userlevel=$(userlevel)&bot=nightbot)

or

Add the !dex command at https://nightbot.tv/commands/custom

$(urlfetch https://victornightbot.herokuapp.com/dex/$(querystring)?ch=$(channel)&user=$(user)&userlevel=$(userlevel)&bot=nightbot)

StreamElements

Add the !dex command at https://streamelements.com/dashboard/bot/commands/custom

${urlfetch https://victornightbot.herokuapp.com/dex/${pathescape ${0:}}?ch=${channel}&user=${user}&userlevel=${user.level}&bot=streamelements}

Usage

!dex help to get instructions.
!dex to get a random Pokemon.
!dex gengar or !dex 94 to see the Pokedex info about Gengar.
!dex ability overgrow to search pokemons with that ability.
!dex type electric to search pokemons with t hat type.
!dex about to see about this command.