[commands] Add missing inspect import in converter.py

This commit is contained in:
Rapptz 2016-08-04 21:38:35 -04:00
parent 14c8aed1a3
commit a55e1241a7

View File

@ -27,6 +27,7 @@ DEALINGS IN THE SOFTWARE.
import discord
import asyncio
import re
import inspect
from .errors import BadArgument, NoPrivateMessage