Ruby-Cogs/leaderboard/info.json

28 lines
No EOL
766 B
JSON

{
"name": "Leaderboard",
"author": [
"Valerie"
],
"description": "Global leaderboard system for Ruby, tracking user activity and points across all servers.",
"short": "Global activity leaderboard system",
"tags": [
"leaderboard",
"points",
"activity",
"ranking"
],
"type": "COG",
"end_user_data_statement": "This cog stores Discord user IDs and usernames along with their activity points. Data is stored on Ruby's API server and can be cleared after 30 days of inactivity.",
"min_bot_version": "3.5.0",
"hidden": false,
"disabled": false,
"required_cogs": {},
"requirements": [
"aiohttp"
],
"min_python_version": [
3,
8,
0
]
}