1
0
Fork 0
mirror of synced 2024-06-24 01:00:29 +12:00

Updated the version over the overwatch API I was using, as v2 is outdated

This commit is contained in:
phxntxm 2017-01-17 09:16:33 -06:00
parent a65c0bbde0
commit f31cafb323

View file

@ -7,7 +7,7 @@ import discord
import aiohttp
base_url = "https://api.owapi.net/api/v2/u/"
base_url = "https://api.owapi.net/api/v3/u/"
# This is a list of the possible things that we may want to retrieve from the stats
# The API returns something if it exists, and leaves it out of the data returned entirely if it does not
# For example if you have not won with a character, wins will not exist in the list