diff --git a/cogs/da.py b/cogs/da.py index 2d22aa8..7f97be8 100644 --- a/cogs/da.py +++ b/cogs/da.py @@ -8,6 +8,7 @@ from .utils import config from .utils import checks +log = logging.getLogger() class Deviantart: def __init__(self, bot): self.base_url = "https://www.deviantart.com/api/v1/oauth2/gallery/all" diff --git a/cogs/picarto.py b/cogs/picarto.py index 9de6ed4..46cdf6c 100644 --- a/cogs/picarto.py +++ b/cogs/picarto.py @@ -9,6 +9,7 @@ from discord.ext import commands from .utils import config from .utils import checks +log = logging.getLogger() base_url = 'https://ptvappapi.picarto.tv' # This is a public key for use, I don't care if this is seen diff --git a/cogs/twitch.py b/cogs/twitch.py index 0668209..51317e7 100644 --- a/cogs/twitch.py +++ b/cogs/twitch.py @@ -11,6 +11,8 @@ import rethinkdb as r import traceback +log = logging.getLogger() + class Twitch: """Class for some twitch integration You can add or remove your twitch stream for your user