Lumi/plugins/birthday/cmds.json
2026-06-11 06:35:43 +02:00

16 lines
411 B
JSON

{
"pluginId": "birthday",
"commands": [
{
"id": "birthday",
"name": "Birthday",
"trigger": "birthday",
"aliases": ["bday"],
"description": "Set, unset, or look up birthdays.",
"usage": "birthday set YYYY/MM/DD | birthday set MM/DD | birthday unset | birthday <user>",
"platforms": ["discord", "twitch", "youtube"],
"origin": "plugin:birthday"
}
]
}