Skip to content

Commit

Permalink
Update pokemon.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cringe-neko-girl authored Jan 11, 2025
1 parent ac148ac commit c2bfef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cogs/pokemon.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ def __init__(self, bot, dataset_folder="Data/pokemon/pokemon_images"):
concurrent.futures.ThreadPoolExecutor()
) # For async image loading
self.dataset_folder = dataset_folder # Set dataset folder
self.wait_time = 20
self.wait_time = 11

async def fetch_all_pokemon_names(self):
pokemon_names = []
Expand Down

0 comments on commit c2bfef2

Please sign in to comment.