16 lines
411 B
JSON
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"
|
|
}
|
|
]
|
|
}
|