diff --git a/Creating-Plugins.md b/Creating-Plugins.md index 1eaf42b..bd57bc5 100644 --- a/Creating-Plugins.md +++ b/Creating-Plugins.md @@ -8,6 +8,7 @@ Optionally, you may implement `getSettingsPanel`, `load`, `observer`, and `onSwitch`. More details on each function below. 6. Plugins can make use of the [`BdApi`](#bdapi) object described [below](#bdapi). 7. Plugins can make use of any node modules or Discord modules (through webpack). +8. While plugins have access to other global variables, any globals made by BD that are not documented here are **subject to change** at any point. # Details