This repository has been archived on 2025-01-28. You can view files and clone it, but cannot push or open issues or pull requests.
natsuko/cogs/profile.py

5 lines
60 B
Python
Raw 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): ...