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
natsuko/cogs/profile.py
T

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): ...