mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-04-21 00:07:51 +00:00
[commands] Add missing inspect import in converter.py
This commit is contained in:
parent
14c8aed1a3
commit
a55e1241a7
@ -27,6 +27,7 @@ DEALINGS IN THE SOFTWARE.
|
||||
import discord
|
||||
import asyncio
|
||||
import re
|
||||
import inspect
|
||||
|
||||
from .errors import BadArgument, NoPrivateMessage
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user