From 43f6d63f506ef03d991b1d4629faf2b1a236ebaa Mon Sep 17 00:00:00 2001 From: Zack Date: Wed, 22 May 2019 00:45:19 -0400 Subject: [PATCH] Add notice about globals --- Creating-Plugins.md | 1 + 1 file changed, 1 insertion(+) 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