This repository has been archived on 2025-01-27. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files

5 lines
60 B
Python
Raw Permalink Normal View History

2023-05-03 19:53:01 +03:00
import PIL
from PIL import Image
2023-05-15 17:29:09 +03:00
async def setup(bot): ...