internetjae.blogg.se

Doc better discord themes
Doc better discord themes












doc better discord themes

The name for the plugin to be displayed to the user in the plugins page and for internal settings to use. Please view the (/BetterDiscord/BetterDiscord/wiki/Plugin and Theme METAs) page for information on that. Plugins require a special headerīetterDiscord requires information at the beginning of a plugin file to identify it. Take a look at this Example for a template and description of each required and optional function.įor those using TypeScript you can use this types package for the BdApi object. 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.Plugins can make use of any node modules or Discord modules (through webpack).Plugins can make use of the BdApi object described below.Optionally, you may implement getSettingsPanel, load, observer, and onSwitch. (^These functions are not needed if you add them to the META described in point 3) Plugins must implement the following functions: getName^, getDescription^, getVersion^, getAuthor^, start and stop.The name defined in the header must match the variable/classname.

doc better discord themes

Plugin files require a special header ( see this page for details).The file must be named as, the plugin name can be whatever you want.BetterDiscord plugins are limited to a single file.














Doc better discord themes