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

1622 commits

Author SHA1 Message Date
Dragory
7f19e7e49e dashboard: use cmd+s/cmd+f on mac 2021-04-10 13:38:51 +03:00
Dragory
f781a8c8d7 dashboard: allow ctrl+s and ctrl+f to work outside the config editor 2021-04-10 13:27:25 +03:00
Dragory
0f8a8234d1 dashboard: fix GuildConfigEditor not using TypeScript 2021-04-10 13:24:41 +03:00
Dragory
2e69cb2deb dashboard: make ApiError details public 2021-04-10 13:23:55 +03:00
Dragory
441f3d6ca8 dashboard: add ctrl+f support to config editor 2021-04-10 13:11:37 +03:00
Dragory
087c266e4d Handle errors when sending message in automod 'alert' action 2021-04-04 22:30:21 +03:00
Dragory
8fa4c944a3 Temp fix to role change detection on specific servers: cache all members on bot start on these server 2021-04-02 21:31:11 +03:00
Dragory
c20dd17722 Fix missing reason in log entries for manual kicks 2021-04-02 21:26:54 +03:00
Dragory
268438ea5c docs: fix missing code block languages in counters setup guide 2021-04-02 20:19:26 +03:00
Dragory
f66b19994f Clean up unnecessary optional chaining 2021-04-02 20:17:29 +03:00
Dragory
4ee5a59dc8 !server: fix banner URL not being masked; rename links from 'URL' to 'Link' 2021-04-02 20:15:13 +03:00
Dragory
92b960216d Improve antiraid trigger automod logs 2021-04-02 19:50:37 +03:00
Dragory
7088b883e2 Fix antiraid_level automod trigger not being available 2021-04-02 19:47:30 +03:00
Dragory
e29d5d0974 Fix log_automatic_actions option not working for automod actions 2021-04-02 19:36:40 +03:00
Dragory
f8c3e85c55 Update to eris#dev 2021-04-02 19:02:20 +03:00
Dragory
6ac43edda4 Merge branch 'master' of github.com:Dragory/ZeppelinBot 2021-04-02 18:00:27 +03:00
Dragory
145451e7c0 automod: if a rule is on cooldown, allow rules after it to trigger 2021-04-02 18:00:11 +03:00
Dragory
6273b5f534 automod: fix cooldowns applying across rules 2021-04-02 17:59:41 +03:00
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