From f31cafb3234a645877164b6ade886456cc0cb1c2 Mon Sep 17 00:00:00 2001 From: phxntxm Date: Tue, 17 Jan 2017 09:16:33 -0600 Subject: [PATCH] Updated the version over the overwatch API I was using, as v2 is outdated --- cogs/overwatch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/overwatch.py b/cogs/overwatch.py index 446b9b0..48b81e0 100644 --- a/cogs/overwatch.py +++ b/cogs/overwatch.py @@ -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