Browse Source

[commands] Add missing inspect import in converter.py

pull/289/head
Rapptz 9 years ago
parent
commit
a55e1241a7
  1. 1
      discord/ext/commands/converter.py

1
discord/ext/commands/converter.py

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

Loading…
Cancel
Save