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

11 lines
218 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"
},
2018-02-13 16:54:53 +01:00
"main": "index.js",
2018-02-14 18:55:10 +01:00
"type": "plugin",
"defaultConfig": []
2018-01-20 18:48:27 +01:00
}