Go to file
Jiiks 06c28f563b Example plugin 2017-10-07 02:50:32 +03:00
app Missing " 2017-10-07 02:40:13 +03:00
client Dp3 v0.0000000000001 2017-10-07 02:22:56 +03:00
core/src Dp3 v0.0000000000001 2017-10-07 02:22:56 +03:00
csseditor Dp3 v0.0000000000001 2017-10-07 02:22:56 +03:00
plugins/Example Example plugin 2017-10-07 02:50:32 +03:00
scripts Dp3 v0.0000000000001 2017-10-07 02:22:56 +03:00
LICENSE Dp3 v0.0000000000001 2017-10-07 02:22:56 +03:00
package.json Dp3 v0.0000000000001 2017-10-07 02:22:56 +03:00
readme readme 2017-10-07 02:44:58 +03:00
tsconfig.json Dp3 v0.0000000000001 2017-10-07 02:22:56 +03:00
webpack.config.js Dp3 v0.0000000000001 2017-10-07 02:22:56 +03:00

readme

1. Copy the app middleware to discord dir. eg: %localappdata%/discord/app-0.0.1/resources
2. Edit the config inside the middleware dir so that basepath points to where core dir is and datapath points to where you want your plugins etc to be.

Example:

```
{
  "version": "0.3.0",
  "debug": true,

  "basePath": "G:/BetterDiscord",
  "dataPath": "G:/BdData"
}
```