Zeres Plugin Library ⏰
: While many existing plugins still require it to function, the library will no longer receive updates to fix issues caused by new Discord versions. Developers are encouraged to migrate their plugins to the native BetterDiscord API Overview for Users & Developers
The library required constant updates to keep up with Discord's frequent code changes; as native support took over, the need for a third-party intermediary diminished. What This Means for Users zeres plugin library
(if it existed)
It offered easy wrappers for searching Discord's internal webpack modules, handling settings panels, and adding UI elements. : While many existing plugins still require it
// Host code: var loader = new PluginLoader<IFileConverter>(); loader.LoadPlugins("./converters", "*.dll"); as native support took over
