mirror of
				https://github.com/Rapptz/discord.py.git
				synced 2025-10-31 13:32:57 +00:00 
			
		
		
		
	Add missing import in commands core.
This commit is contained in:
		| @@ -24,9 +24,11 @@ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | ||||
| DEALINGS IN THE SOFTWARE. | ||||
| """ | ||||
|  | ||||
| import asyncio | ||||
| import inspect | ||||
| import re | ||||
| import discord | ||||
| from functools import partial | ||||
|  | ||||
| from .errors import * | ||||
| from .view import quoted_word | ||||
|   | ||||
		Reference in New Issue
	
	Block a user