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

11 lines
258 B
JSON
Raw Normal View History

2018-02-12 23:49:44 +01:00
{
"info": {
"id": "example-plugin-3",
"name": "Example Plugin 3",
"authors": [ "Samuel Elliott" ],
"version": 1.0,
"description": "A plugin for testing BetterDiscord plugin exports"
},
"main": "index.js"
}