Ruby-Cogs/info.json

42 lines
No EOL
1,005 B
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": [
"pillow",
"svgwrite>=1.4.3",
"wand>=0.6.11"
],
"short": "Discord leveling system",
"tags": [
"activity",
"level",
"leveler",
"leveling",
"levelup",
"rank",
"utility",
"vert"
],
"type": "COG"
}