BetterDiscordApp-v2/tests/ext/plugins/User Settings/config.json

19 lines
495 B
JSON

{
"info": {
"id": "user-settings-example",
"name": "User Settings Example",
"authors": [
{
"name": "Samuel Elliott",
"url": "https://samuelelliott.ml",
"discord_id": "284056145272766465",
"github_username": "samuelthomas2774",
"twitter_username": "_samuelelliott"
}
],
"version": "1.0"
},
"main": "index.js",
"mainExport": "default"
}