mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-18 15:45:03 +00:00
![]() GuildActions turned out to be a fairly pointless abstraction in the end. It didn't really solve the problems it was meant to solve (that is, reduce code spaghetti by having all inter-plugin calls go through a single service, and allow easier ways to replace core plugins with alternatives that share the same interface) any better than simply using `this.getPlugin()` when needed, and introduced extra complexity and made static analysis messier. |
||
---|---|---|
.. | ||
AutoReactionsPlugin.ts | ||
BotControl.ts | ||
Cases.ts | ||
Censor.ts | ||
Logs.ts | ||
LogServer.ts | ||
MessageSaver.ts | ||
ModActions.ts | ||
Mutes.ts | ||
NameHistory.ts | ||
Persist.ts | ||
PingableRolesPlugin.ts | ||
Post.ts | ||
ReactionRoles.ts | ||
Reminders.ts | ||
SelfGrantableRolesPlugin.ts | ||
Slowmode.ts | ||
Spam.ts | ||
Starboard.ts | ||
Tags.ts | ||
Utility.ts | ||
ZeppelinPlugin.ts |