1
0
Fork 0
mirror of synced 2024-05-19 20:12:30 +12:00

Imported urllib for use to check if the twitch user exists

This commit is contained in:
Phxntxm 2016-07-10 10:55:26 -05:00
parent 430aa86e6a
commit 9355c2af81

View file

@ -1,5 +1,7 @@
from discord.ext import commands
from .utils import config
import urllib.request
import urllib.parse
import discord
import re