Updated Creating Plugins (markdown)

Zack 2019-01-09 21:42:21 -05:00
parent c75d42ce94
commit 8cbda4960d
1 changed files with 2 additions and 0 deletions

@ -13,6 +13,8 @@
Take a look at this [Example](https://gist.github.com/rauenzi/e5f4d02fc3085a53872b0236cd6f8225) for a template and description of each required and optional function.
For those using TypeScript you can use [this](https://www.npmjs.com/package/@types/bandagedbd__bdapi) types package for the `BdApi` object.
## Plugins require a special header
BandagedBD requires one line at the beginning of a plugin file to identify it. Please view the [[Plugin and Theme METAs|Plugin and Theme METAs]] page for information on that.