removed comment in pokemon
temporarily removed deleting temp files
This commit is contained in:
parent
61c1db1faa
commit
1f982b908e
2 changed files with 3 additions and 3 deletions
|
|
@ -248,7 +248,6 @@ class PokemonGame(commands.Cog):
|
|||
pokemon = pokemon.replace('shiny ', '')
|
||||
url = "https://pokeapi.co/api/v2/pokemon/" + pokemon
|
||||
dex_url = "https://pokeapi.co/api/v2/pokemon-species/" + pokemon
|
||||
#try:
|
||||
data = await self.get_json(url)
|
||||
name = data['name']
|
||||
height_str = str(int(data['height'])/10) + 'm'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue