Ruby-Cogs/info.json

55 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",
"colorgram.py",
"fastapi",
"msgpack",
"pillow",
"plotly",
"pydantic",
"python-multipart",
"python-decouple",
"python-dotenv",
"psutil",
"skia-python>=87.5",
"tenacity",
"ujson",
"uvicorn",
"wand>=0.6.11"
],
"short": "Discord leveling system",
"tags": [
"activity",
"level",
"leveler",
"leveling",
"levelup",
"rank",
"utility",
"vert"
],
"type": "COG"
}