1
0
Fork 0
mirror of synced 2024-06-03 11:14:33 +12:00

Import discord

This commit is contained in:
Phxntxm 2017-05-08 16:54:24 -05:00
parent bfa859ac1e
commit 622be1e2ae

View file

@ -2,6 +2,7 @@ from .utils import config
import aiohttp import aiohttp
import logging import logging
import json import json
import discord
log = logging.getLogger() log = logging.getLogger()