Add notice about globals
parent
57bab31867
commit
43f6d63f50
|
@ -8,6 +8,7 @@
|
||||||
Optionally, you may implement `getSettingsPanel`, `load`, `observer`, and `onSwitch`. More details on each function below.
|
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).
|
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).
|
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
|
# Details
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue