zappyzep/backend/src/plugins
Dragory ba647c69ce
Make !server numbers more consistent
Offline member count is now derived from guild member count and
calculated online member count. The numbers might still not match the
real member counts, but at least they add up to the total member
count.

Eris 0.11.2 also made Guild.fetchAllMembers() return a promise, which
means !server will now properly wait for all members to load.
2020-01-21 00:00:47 +02:00
..
Automod.ts automod: fix mutes not applying 2020-01-12 17:17:01 +02:00
AutoReactionsPlugin.ts AutoReactions: send a bot alert if the bot is missing permissions to apply auto reactions (triggered by unknown messages, so usually 'read message history') 2020-01-12 17:05:30 +02:00
availablePlugins.ts Run prettier and check tslint on entire codebase 2020-01-12 11:48:31 +02:00
BotControl.ts changed almost all references of utils successMessage to this.sendSuccessMessage. Waiting on knub changes to finish this 2020-01-12 22:21:14 +11:00
Cases.ts Reorganize project. Add folder for shared code between backend/dashboard. Switch from jest to ava for tests. 2019-11-02 22:11:26 +02:00
Censor.ts Reorganize project. Add folder for shared code between backend/dashboard. Switch from jest to ava for tests. 2019-11-02 22:11:26 +02:00
ChannelArchiver.ts Reorganize project. Add folder for shared code between backend/dashboard. Switch from jest to ava for tests. 2019-11-02 22:11:26 +02:00
CompanionChannels.ts Reorganize project. Add folder for shared code between backend/dashboard. Switch from jest to ava for tests. 2019-11-02 22:11:26 +02:00
CustomEvents.ts Reorganize project. Add folder for shared code between backend/dashboard. Switch from jest to ava for tests. 2019-11-02 22:11:26 +02:00
GlobalZeppelinPlugin.ts Update to Knub 29. Set up config types for Knub. 2020-01-12 13:37:43 +02:00
GuildConfigReloader.ts Reorganize project. Add folder for shared code between backend/dashboard. Switch from jest to ava for tests. 2019-11-02 22:11:26 +02:00
GuildInfoSaver.ts Reorganize project. Add folder for shared code between backend/dashboard. Switch from jest to ava for tests. 2019-11-02 22:11:26 +02:00
LocateUser.ts changed almost all references of utils successMessage to this.sendSuccessMessage. Waiting on knub changes to finish this 2020-01-12 22:21:14 +11:00
Logs.ts logs: make sure the passed member object is stripped 2020-01-12 11:43:56 +02:00
MessageSaver.ts ran npm run format 2020-01-12 22:31:30 +11:00
ModActions.ts ran npm run format 2020-01-12 22:31:30 +11:00
Mutes.ts Small code clean-up 2020-01-18 11:23:38 +02:00
NameHistory.ts Reorganize project. Add folder for shared code between backend/dashboard. Switch from jest to ava for tests. 2019-11-02 22:11:26 +02:00
Persist.ts Fix persist plugin removing already-granted roles 2020-01-20 23:37:29 +02:00
PingableRolesPlugin.ts ran npm run format 2020-01-12 22:31:30 +11:00
Post.ts Converted all remaining boolean parameters to flags 2020-01-04 16:00:21 +11:00
ReactionRoles.ts ReactionRoles: automatically clear reaction roles from unknown messages 2020-01-12 17:02:14 +02:00
Reminders.ts ran npm run format 2020-01-12 22:31:30 +11:00
Roles.ts Tweaks to Roles plugin before merging 2020-01-12 11:39:54 +02:00
SelfGrantableRolesPlugin.ts ran npm run format 2020-01-12 22:31:30 +11:00
Slowmode.ts ran npm run format 2020-01-12 22:31:30 +11:00
Spam.ts Reorganize project. Add folder for shared code between backend/dashboard. Switch from jest to ava for tests. 2019-11-02 22:11:26 +02:00
Starboard.ts starboard: prevent self-votes 2019-12-02 01:13:53 +02:00
Stats.ts Initial work on stats 2019-12-01 15:57:35 +02:00
Tags.ts changed almost all references of utils successMessage to this.sendSuccessMessage. Waiting on knub changes to finish this 2020-01-12 22:21:14 +11:00
UsernameSaver.ts Reorganize project. Add folder for shared code between backend/dashboard. Switch from jest to ava for tests. 2019-11-02 22:11:26 +02:00
Utility.ts Make !server numbers more consistent 2020-01-21 00:00:47 +02:00
WelcomeMessage.ts Reorganize project. Add folder for shared code between backend/dashboard. Switch from jest to ava for tests. 2019-11-02 22:11:26 +02:00
ZeppelinPlugin.ts Update to Knub 29. Set up config types for Knub. 2020-01-12 13:37:43 +02:00