3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-21 16:55:03 +00:00
Commit graph

1754 commits

Author SHA1 Message Date
Dragory
76e727a43e automod: add any_message trigger 2021-04-02 17:57:04 +03:00
Dragory
3f77e598ac automod: add antiraid_level trigger 2021-04-02 17:53:16 +03:00
Dragory
aa906e4a2b automod: allow setting antiraid level to null/off with set_antiraid_level action 2021-04-02 17:52:50 +03:00
Dragory
1703f7b440 Add counter documentation/examples. Tweak counter triggers/actions in automod.
Rename change_counter automod action to add_to_counter,
add set_counter action, rename counter trigger to counter_trigger.
2021-04-02 17:44:43 +03:00
Nils
a21e4fa0c3 Allow mute and unmute to be upgraded to their force variant (#174) 2021-04-02 16:53:09 +03:00
DEX
0a8495f12f Adding av as an alias for the avatar command (#169) 2021-04-02 16:45:00 +03:00
vcokltfre
50b37ab9dd chore: update wording of permission error for -mod (#172) 2021-04-02 16:43:52 +03:00
Nils
eb7ac72cd4 Enforce unified lock names by using functions to generate lock keys (#165) 2021-04-02 16:43:13 +03:00
vcokltfre
e58014b70d feat: add color option to starboard (#163)
Co-authored-by: Almeida <42935195+almeidx@users.noreply.github.com>
2021-04-02 16:42:25 +03:00
Nils
dc069fc63b Add allow_mentions option to enable tags mentioning someone (#160)
Checked when a tag is posted - so a tag can have for example pings enabled if a mod executes that tag, but not if anyone below mod does it.
2021-04-02 16:40:20 +03:00
Nils
d76dcc2909 Allow kicking the user from VC on mute (#156)
* Allow kicking the user from VC on mute

If any non-id string is entered in `move_to_voice_channel`, the user is kicked from the VC instead of being moved. We do not automatically kick if the option is set to null in order to not make this a breaking change for old, intended behavior

* Add explicit config option for kicking instead of kicking on any non-id

Kicking takes precedent in this case and will take effect instead of moving to voice id
2021-04-02 16:39:22 +03:00
Jonathan
0bb107bd9b Add !reason alias for !update (#141) 2021-04-02 16:38:24 +03:00
Dragory
f8d393fad2 counters: move triggers to counters plugin; architectural tweaks 2021-04-02 16:36:45 +03:00
Dragory
dc0837988a Update Knub to v30.0.0-beta.35 2021-03-06 13:32:23 +02:00
Dragory
997a2c6ea0 Update to TypeORM v0.2.31 2021-02-15 22:32:51 +02:00
Dragory
76c3ccdb9a automod: fix {logMessage} variable in alert text 2021-02-15 00:25:20 +02:00
Dragory
7400af57c6 automod: use proper locks in removeRoles action 2021-02-14 17:16:00 +02:00
Dragory
2b6f70e16b Fix trigger checks matching across different counters 2021-02-14 17:12:47 +02:00
Dragory
30426960e7 automod: add triggers for mod actions 2021-02-14 16:58:02 +02:00
Dragory
ce6ffd16cf Fix formatting error in !cases with long code blocks 2021-02-13 22:59:48 +02:00
Dragory
b898e0b70b Update to Knub v30.0.0-beta.34 2021-02-13 22:58:51 +02:00
Dragory
0764f8abaa counters: add '!counters add' and '!counters set' commands 2021-02-13 22:43:47 +02:00
Dragory
648e6b088c counters: fix user parsing for !counter view, fix other signature parsing weirdnesses 2021-02-13 22:43:13 +02:00
Dragory
464bc86102 counters: add !counter view command 2021-02-13 22:08:38 +02:00
Dragory
2a3145e97b automod: add user/member to automod context for counters trigger 2021-02-13 21:34:47 +02:00
Dragory
8a891e31f1 counters: fix numbers over 9 not being accepted in conditions 2021-02-13 21:31:02 +02:00
Nils
a23ebc6e8e Add user and guild objects to WelcomeMessage formatting (#155) 2021-02-13 20:05:34 +02:00
Nils
1c5679e732 Add image links to server info embed (#150) 2021-02-13 20:04:59 +02:00
Nils
d9282643d8 Allow certain or all roles to be removed upon mute and readded on unmute (#140) 2021-02-13 20:04:40 +02:00
Nils
011390658e Allow !info to find vanity invites shorter than 6 characters (#149) 2021-02-13 20:04:16 +02:00
Nils
6539b7c8f1 Fix various issues with the info commands (#151)
Fixed !info not checking for any of the sub-permissions
Fixed message/channel/invite checking non-existent permissions
Fixed ServerCmd being out of line with the rest of the info commands name-wise
2021-02-13 20:02:43 +02:00
Nils
9724000795 Add newline after ``` so single words dont get seen as language (#152) 2021-02-13 19:57:48 +02:00
Usoka
a7bf7c5275 Correct mention regex in mention tag function (#154) 2021-02-13 19:57:15 +02:00
Dragory
e92e48b6c6 Fix edge case error in ContextCmd 2021-02-13 19:53:12 +02:00
Dragory
ecbed1ac4b Update to Knub v30.0.0-beta.33 2021-02-13 19:52:44 +02:00
Dragory
800874f774 counters: apply decays every 5min 2021-02-13 17:44:24 +02:00
Dragory
d6dd2124e0 counters: make decay accurate over time, even if it's sometimes rounded; don't apply decay of 0 2021-02-13 17:43:23 +02:00
Dragory
c5c78c0e66 Remove debug console.log()s 2021-02-13 17:42:41 +02:00
Dragory
a5760d25ec tags: fix usage of old config property name 2021-02-13 17:30:47 +02:00
Dragory
c78b2b7d8e Counters v0.9
Includes automod trigger/action. No user-facing commands yet.
2021-02-13 17:29:10 +02:00
Dragory
5e7f63f9be Update to Knub v30.0.0-beta.32 2021-02-03 22:18:25 +02:00
Dragory
c659c67bc0 Update to Knub v30.0.0-beta.31 2021-02-03 21:00:50 +02:00
Nils
6317d32bc3 Allow clean to hard stop at a certain ID (#115) 2021-01-28 01:55:13 +02:00
Nils
75b5311f6b Allow automatic tag invoke deletion (#131) 2021-01-28 01:30:18 +02:00
Nils
5b7085b0f5 Add command to kick from VC (#124) 2021-01-28 01:28:26 +02:00
Nils
8c3d39c2b8 Fix nickname reset using having an erroneous canActOn check (#138) 2021-01-28 01:27:45 +02:00
Nils
f4a87e445a Disable mentions in logs, allowing mods to be mentioned (#142)
Optionally you can return to old behavior by setting allow_user_mentions to true
2021-01-28 01:26:24 +02:00
Nils
4629936129 Add more verbose mute error messages as BOT_ALERTs and console errors (#146) 2021-01-28 01:25:11 +02:00
Nils
a30ec3c711 Add working massunban command (#143) 2021-01-28 01:23:35 +02:00
Nils
b90e81d03e Add example of reaction_roles command to documentation (#147)
reactionRolePairs confuses a lot of people, as the documentation for it is nonexistent
2021-01-28 01:21:16 +02:00