Skip to content
This repository has been archived by the owner on Dec 25, 2020. It is now read-only.

Latest commit

 

History

History
21 lines (16 loc) · 659 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 659 Bytes

Pokemon Plugins for Hangoutsbot

A set of plugins for hangoutsbot/hangoutsbot.

Well, actually, just one, at the moment.

pokemon.py:

  • /bot pokedex : Uses the pokeapi.co API to get basic data on a specific Pokemon and gets images from Pokebase
  • /bot clearpokedex: Clears the Pokedex cache from memory. (Admin only)
  • /bot pokemon nature : Get basic data on a specified Pokemon nature as per Bulbapedia

Configuration

`pokedex`:{
  'info':[
    'types',
    'ability
    ]
  }