3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-18 15:45:03 +00:00
zeppelin/src/plugins
Dragory 9a206455dc Deprecate GuildActions. Fix double case posting when muting a user for message spam. Update to new mute/case style when muting a user for "other" spam.
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.
2019-04-20 17:36:28 +03:00
..
AutoReactionsPlugin.ts Update to Knub 19.1.1 and update plugins accordingly 2019-04-13 01:44:18 +03:00
BotControl.ts Update to Knub 19.1.1 and update plugins accordingly 2019-04-13 01:44:18 +03:00
Cases.ts Deprecate GuildActions. Fix double case posting when muting a user for message spam. Update to new mute/case style when muting a user for "other" spam. 2019-04-20 17:36:28 +03:00
Censor.ts Update to Knub 19.1.1 and update plugins accordingly 2019-04-13 01:44:18 +03:00
Logs.ts Add safety net for unknown roles in guildMemberUpdate 2019-04-14 17:05:58 +03:00
LogServer.ts Update to Knub 19.1.1 and update plugins accordingly 2019-04-13 01:44:18 +03:00
MessageSaver.ts Update to Knub 19.1.1 and update plugins accordingly 2019-04-13 01:44:18 +03:00
ModActions.ts Deprecate GuildActions. Fix double case posting when muting a user for message spam. Update to new mute/case style when muting a user for "other" spam. 2019-04-20 17:36:28 +03:00
Mutes.ts Deprecate GuildActions. Fix double case posting when muting a user for message spam. Update to new mute/case style when muting a user for "other" spam. 2019-04-20 17:36:28 +03:00
NameHistory.ts Update to Knub 19.1.1 and update plugins accordingly 2019-04-13 01:44:18 +03:00
Persist.ts Work on better error messages for mod actions, allow muting users that are not on the server; WIP 2019-04-18 08:45:51 +03:00
PingableRolesPlugin.ts Update to Knub 19.1.1 and update plugins accordingly 2019-04-13 01:44:18 +03:00
Post.ts Update to Knub 19.1.1 and update plugins accordingly 2019-04-13 01:44:18 +03:00
ReactionRoles.ts Update to Knub 19.1.1 and update plugins accordingly 2019-04-13 01:44:18 +03:00
Reminders.ts Use command aliases/overloads where applicable 2019-04-13 02:23:45 +03:00
SelfGrantableRolesPlugin.ts Use command aliases/overloads where applicable 2019-04-13 02:23:45 +03:00
Slowmode.ts Deprecate GuildActions. Fix double case posting when muting a user for message spam. Update to new mute/case style when muting a user for "other" spam. 2019-04-20 17:36:28 +03:00
Spam.ts Deprecate GuildActions. Fix double case posting when muting a user for message spam. Update to new mute/case style when muting a user for "other" spam. 2019-04-20 17:36:28 +03:00
Starboard.ts Update to Knub 19.1.1 and update plugins accordingly 2019-04-13 01:44:18 +03:00
Tags.ts Fix some invalid permission checks 2019-04-13 03:27:29 +03:00
Utility.ts Add !help 2019-04-13 03:54:36 +03:00
ZeppelinPlugin.ts Deprecate GuildActions. Fix double case posting when muting a user for message spam. Update to new mute/case style when muting a user for "other" spam. 2019-04-20 17:36:28 +03:00