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

25 lines
734 B
JSON
Raw Normal View History

2018-02-12 23:49:44 +01:00
{
"info": {
"id": "example-plugin-3",
"name": "Example Plugin 3",
"authors": [
{
"name": "Samuel Elliott",
"url": "https://samuelelliott.ml",
"discord_id": "284056145272766465",
"github_username": "samuelthomas2774",
"twitter_username": "_samuelelliott"
},
{
"name": "Jiiks",
"discord_id": "81388395867156480",
"github_username": "Jiiks",
"twitter_username": "Jiiksi"
}
],
2018-08-29 22:07:32 +02:00
"version": "1.0",
"description": "A plugin for testing BetterDiscord plugin bridge."
2018-02-12 23:49:44 +01:00
},
"main": "index.js"
}