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

10 lines
194 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": []
2018-01-20 18:48:27 +01:00
}