if (plugin.InputExtension == ".txt") result = plugin.Convert(fileData);
: Adds server-based role colors to various UI elements like typing indicators and voice channels. zeres plugin library
Before libraries like ZPL became standard, the BetterDiscord ecosystem was a bit chaotic. If five different developers wanted to make a plugin that added a button to the chat bar, they would all have to write the code to find that chat bar and inject the button. if (plugin
Instead of every plugin developer writing the same code from scratch—code to create menus, detect settings changes, or patch Discord’s internal modules—they can rely on the Zeres Plugin Library to do the heavy lifting. detect settings changes
Quick access to Discord's internal modules and data structures. Webhooks & Networking: