pika-welcome/data/config/community.json

20 lines
478 B
JSON
Raw Normal View History

2024-02-24 19:17:38 +01:00
{
2024-02-24 19:28:43 +01:00
"community": [
2024-02-24 19:17:38 +01:00
{
"id": 0,
2024-02-24 21:00:00 +01:00
"title": "join-discord-title",
"subtitle": "join-discord-subtitle",
"icon": "pika-discord",
"button": "launch-label",
"command": "xdg-open https://discord.gg/6HKR2YRvNg"
2024-02-24 19:17:38 +01:00
},
{
2024-02-24 21:00:00 +01:00
"id": 0,
"title": "join-reddit-title",
"subtitle": "join-reddit-subtitle",
"icon": "pika-reddit",
"button": "launch-label",
"command": "xdg-open https://www.reddit.com/r/pikaos"
2024-02-24 19:17:38 +01:00
}
]
}