Updated Creating Plugins (markdown)

Samuel Elliott 2019-04-06 14:49:09 +01:00
parent 8cbda4960d
commit cb0f3a2d4f
1 changed files with 5 additions and 9 deletions

@ -366,24 +366,20 @@ A callback that modifies method logic. This callback is called on each call of t
***
# Third-party libraries
Some plugin developers have written their own libraries for developing plugins:
- [Zere's Plugin Library](https://github.com/rauenzi/BDPluginLibrary) \[1] ([Documentation](https://rauenzi.github.io/BDPluginLibrary/docs/))
- [Lib Discord Internals](https://github.com/samogot/betterdiscord-plugins/tree/master/v2/1Lib%20Discord%20Internals) \[1]
- [BDfunctionsDevilBro](https://github.com/mwittrien/BetterDiscordAddons/blob/master/Plugins/BDfunctionsDevilBro.js) \[2]
\[1] Licensed under the MIT license
\[2] Not licensed
Name | Source | Documentation | License
------------------------|-----------------------|-----------------------|------------
Lib Discord Internals | https://github.com/samogot/betterdiscord-plugins/tree/master/v2/1Lib%20Discord%20Internals | | [MIT](https://github.com/samogot/betterdiscord-plugins/blob/master/LICENSE)
Zere's Plugin Library | https://github.com/rauenzi/BDPluginLibrary | https://rauenzi.github.io/BDPluginLibrary/docs/ | [MIT](https://github.com/rauenzi/BDPluginLibrary/blob/master/LICENSE)
# Extra
## Developer Tools
Discord is an electron app which is essentially chromium, being as such you can access the chrome developer tools with `Ctrl` + `Shift` + `i` on Windows and `Cmd` + `Alt` + `i` on MacOS.
Discord is an Electron app which is essentially Chromium, being as such you can access the Chrome developer tools with `Ctrl` + `Shift` + `i` on Windows and `Cmd` + `Opt` + `i` on macOS.
## Add namespaces to your events