BetterDiscordApp-v2/tests/plugins/Example 2/config.json

14 lines
244 B
JSON
Raw Normal View History

2018-01-20 18:48:27 +01:00
{
"info": {
"name": "Example Plugin 2",
"authors": ["Jiiks"],
"version": 1.0,
"description": "Example Plugin 2 Description"
},
"main": "index.js",
"defaultConfig": [
{
"foo": "bar"
}
]
2018-01-20 18:48:27 +01:00
}