fix missing import

This commit is contained in:
Brandon 2021-12-30 01:11:00 -05:00
parent c60c03acab
commit 54d5d56314

View file

@ -2,7 +2,7 @@ import aiohttp, discord
from redbot.core import Config, commands
from wand.image import Image
from io import BytesIO
from typing import Optional, Tuple
from typing import Optional, Tuple, Literal
import asyncio, functools, urllib
MAX_SIZE = 8 * 1024 * 1024