3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-07-16 14:47:18 +00:00
Commit graph

24 commits

Author SHA1 Message Date
Dragory
cc69bc5be4
Add debug logging for null user IDs in mutes 2020-06-04 03:55:54 +03:00
Dragory
69db410808
mutes: fix error when member to unmute cannot be found 2020-06-04 02:32:27 +03:00
Dragory
213db4d168
mod_actions: add warn_notify_enabled option, false by default 2020-05-28 04:40:35 +03:00
Dragory
22a77994f6
Add logs for !note 2020-05-22 22:21:56 +03:00
Dragory
a608fe0163
Add 'reason' variable to mod action logs 2020-05-22 22:18:54 +03:00
Dragory
221f996f45
Aliases for hidecase/unhidecase 2020-05-22 21:22:15 +03:00
Dragory
2be80e10d1
Fix softban permission 2020-05-22 20:57:31 +03:00
Dragory
8fdc43e122
Merge branch 'kickCleanArg' of git://github.com/DarkView/ZeppelinBot into DarkView-kickCleanArg 2020-05-22 20:56:47 +03:00
Dragory
31d3e2b1d7
Another potential fix for Node.js 13/14 incompatibility 2020-05-08 18:29:17 +03:00
Dragory
0de53d1fb4
Possible fix for module error on Node.js 13 and 14 2020-05-08 03:13:30 +03:00
Dragory
ee3978797b
Fix a couple errors 2020-04-21 19:03:32 +03:00
Dragory
2971d1361e
ModActions: add ban_delete_message_days option; add -delete-days / -d option to !ban 2020-04-11 16:23:41 +03:00
Dark
f2f24107eb Replace softban with call to clean, also posting a deprecation warning 2020-04-04 17:55:16 +02:00
Dark
ac33a0de1e Allow -clean, essentially softban in kick command 2020-04-03 17:13:08 +02:00
Miikka
aba270ffbb
Merge pull request #36 from DarkView/updatedWarnThreshold
Updated Warn Threshold to work with latest release
2020-04-03 16:22:45 +03:00
Dragory
820c9b466e
Add mass role add/remove commands. Fix UnknownUser mentions in logs. Fix unnecessary audit log reads when adding/removing roles and the log type is ignored. 2020-03-28 15:21:13 +02:00
Dark
318f80a26d Fix merge conflict 2020-02-16 17:30:17 +01:00
Dragory
89f545eb62
Allow overriding user notification method for mod actions via -notify and -notify-channel. Allow setting these settings for automod actions as well. 2020-01-29 02:44:11 +02:00
Dark
0ee942728c Updated Warn Threshold to work with latest release 2020-01-28 23:17:09 +01:00
roflmaoqwerty
4eb28c3bd8 Remove manual mutes (#33)
The unmute command can now unmute users who have had the mute role manually applied to them
2020-01-28 22:20:05 +02:00
roflmaoqwerty
c532ab06fb ran npm run format 2020-01-12 22:31:30 +11:00
roflmaoqwerty
af882627a1 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
Dragory
1aceb55a87 Run prettier and check tslint on entire codebase
Mainly to run these checks for the recent pull requests.
2020-01-12 11:48:31 +02:00
Dragory
16111bbe84 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
Renamed from src/plugins/ModActions.ts (Browse further)