1
0
Fork 0
mirror of synced 2024-06-23 08:40:41 +12:00

Imported asyncio

This commit is contained in:
Phxntxm 2016-12-16 13:55:05 -06:00
parent 96744f0c11
commit 9453499c62

View file

@ -9,6 +9,7 @@ import discord
import inspect
import aiohttp
import pendulum
import asyncio
getter = re.compile(r'`(?!`)(.*?)`')
multi = re.compile(r'```(.*?)```', re.DOTALL)