BetterDiscordApp-v2/tests/ext/plugins/Render Example/config.json

18 lines
426 B
JSON
Raw Normal View History

2018-08-25 22:29:54 +02:00
{
"info": {
2018-08-26 16:38:22 +02:00
"id": "render-example",
"name": "Render Example",
2018-08-25 22:29:54 +02:00
"authors": [
{
"name": "Jiiks",
"discord_id": "81388395867156480",
"github_username": "Jiiks",
"twitter_username": "Jiiksi"
}
],
2018-08-29 22:07:32 +02:00
"version": "1.0",
2018-08-26 16:38:22 +02:00
"description": "Example for rendering stuff"
2018-08-25 22:29:54 +02:00
},
"main": "index.js"
}