Add notice about globals

Zack 2019-05-22 00:45:19 -04:00
parent 57bab31867
commit 43f6d63f50
1 changed files with 1 additions and 0 deletions

@ -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