Ruby-Cogs/levelup/info.json
Valerie 914e7a725b Add Skia support for image generation and update project metadata
Introduce a new command to toggle Skia-based image generation in the LevelUp cog, enhancing image quality and performance. Update the pyproject.toml file to include project metadata and dependencies, including skia-python. Modify the levelalert generator to support Skia, with fallback to the original implementation if necessary. Additionally, update the author list in info.json to include a new contributor.
2025-05-26 09:06:08 -04:00

56 lines
No EOL
1.2 KiB
JSON

{
"author": [
"Vertyco",
"Valerie"
],
"description": "Your friendly neighborhood leveling system",
"disabled": false,
"end_user_data_statement": "This cog stores Discord IDs, counts of user messages, and their time spent in voice channels. No private info is stored about users.",
"hidden": false,
"install_msg": "Thank you for installing LevelUp! To enable leveling in this server type `[p]lset toggle`.\n\nDOCUMENTATION: https://github.com/vertyco/vrt-cogs/blob/main/levelup/README.md",
"min_bot_version": "3.5.0",
"min_python_version": [
3,
9,
0
],
"permissions": [
"read_messages",
"send_messages",
"manage_roles",
"attach_files",
"embed_links"
],
"required_cogs": {},
"requirements": [
"aiocache",
"aiohttp>=3.9.5",
"colorgram.py",
"emoji",
"fastapi",
"msgpack",
"plotly",
"pydantic",
"python-multipart",
"python-decouple",
"python-dotenv",
"psutil",
"requests",
"skia-python>=87.5",
"tenacity",
"ujson",
"uvicorn"
],
"short": "Discord leveling system",
"tags": [
"activity",
"level",
"leveler",
"leveling",
"levelup",
"rank",
"utility",
"vert"
],
"type": "COG"
}