1
0
Fork 0
mirror of synced 2024-06-22 16:20:23 +12:00

Added the log so that it can be used

This commit is contained in:
Phxntxm 2016-11-12 21:49:02 -06:00
parent 4c1d29efba
commit ca3dca00d9
3 changed files with 4 additions and 0 deletions

View file

@ -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"

View file

@ -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

View file

@ -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