3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-20 00:05:04 +00:00
Commit graph

1402 commits

Author SHA1 Message Date
Dragory
17b4c3dc84 Error handling improvements for reaction roles 2020-09-13 22:21:25 +03:00
Dragory
85480f45ac Fix logic error in reaction role error handling 2020-09-13 21:41:43 +03:00
Dragory
f9d907a02c Fix possible error in error handling 2020-09-13 21:39:56 +03:00
Dragory
112c65122b Add graceful error handling for welcome message template parsing 2020-09-01 01:11:02 +03:00
Dragory
a5b798afbf +FIXME 2020-08-30 00:54:16 +03:00
Dragory
85dcb93d27 reaction_roles: don't act on own reactions 2020-08-30 00:51:47 +03:00
Dragory
9dc5b45f52 reaction_roles: add remove_user_reactions option 2020-08-30 00:49:44 +03:00
Dragory
ba9c5db9ef Fix error in mod actions alert_on_rejoin 2020-08-28 22:57:11 +03:00
Dragory
d62c6e17d7 Fix 2020-08-28 02:01:35 +03:00
Dragory
2d87108939 Better reaction role errors (2) 2020-08-28 01:36:59 +03:00
Dragory
b9f0949508 Better errors for reaction roles 2020-08-28 01:30:25 +03:00
Dragory
cee3afbef8 Include whitespace in containsOnlyNormalChars() 2020-08-28 00:25:45 +03:00
Dragory
a0af0bbdb0 Simplify containsOnlyNormalChars() test 2020-08-28 00:25:24 +03:00
Dragory
204f36835b Fix messages with only numbers and ascii characters not being normalized (vol 2) 2020-08-28 00:13:47 +03:00
Dragory
0f70da3753 Fix messages with only numbers and ascii characters not being normalized 2020-08-27 23:13:08 +03:00
Dragory
156e886689 Fix dash not being matched in invite codes 2020-08-27 23:11:39 +03:00
Dragory
21f44118f8 Eager-check permissions in persist plugin 2020-08-21 03:58:49 +03:00
Dragory
da9f74347e Fix error with unknown mod_actions alert_channel 2020-08-21 03:51:03 +03:00
Dragory
faee98c4e6 Only send welcome messages once per user, until plugin reload 2020-08-21 03:48:16 +03:00
Dragory
b6e99f6c02 Centralize DM logic, don't attempt DMs for an hour after a 20026 error 2020-08-21 03:44:38 +03:00
Dragory
7b2d23ddc4 DM debug 2 2020-08-20 10:19:43 +03:00
Dragory
53ce975b7f DM debug 2020-08-20 10:15:17 +03:00
Dragory
406ee23f0b Add owner info to BotControl server list 2020-08-19 02:01:51 +03:00
Dragory
2659c0a216 Disable guildPresences intent again 2020-08-19 01:03:54 +03:00
Dragory
f77a916bd7 Disable ws compression temporarily 2020-08-19 00:57:44 +03:00
Dragory
0e02c24aca !avatar: user argument is no longer required, fixes #105 2020-08-19 00:53:59 +03:00
Dragory
c7639ad5a5 Re-enable presence intent 2020-08-19 00:50:59 +03:00
Dragory
0968fc4511 search: increase time between forced full member refresh 2020-08-19 00:49:29 +03:00
Dragory
a39bdb559f !timezone: add fuzzy matching for timezone name; add reset 2020-08-19 00:47:42 +03:00
Dragory
6ba56a3f12 Add time_and_date plugin. Use it for timezones and date formats around the bot. 2020-08-19 00:19:12 +03:00
Dragory
6e41bc53f6 Add privacy policy 2020-08-18 23:52:24 +03:00
Dragory
84fb5db0db Sort moderator !cases consistently with user !cases 2020-08-11 04:17:51 +03:00
Dragory
425f6e6674 Add case icons. Clean up !cases. Allow customizing case colors and icons. 2020-08-11 04:16:06 +03:00
Dragory
3a27eb64a9 Ignore request timeouts when getting audit logs 2020-08-11 02:44:54 +03:00
Dragory
ac1cf7c362 Fix embed links appearing in MEMBER_JOIN_WITH_PRIOR_RECORDS logs 2020-08-11 02:41:07 +03:00
Dragory
2c959aaafc Use relative time for recent dates in case summaries
Comes with an option to toggle on/off and to set the "recent" threshold.
2020-08-10 03:53:04 +03:00
Dragory
bab61dea40 Include extra notes in case summaries if there's space 2020-08-10 03:52:26 +03:00
Dragory
7a3035a447 Use messageLink() function for message links everywhere 2020-08-10 03:26:39 +03:00
Dragory
1123e87158 Add link to original case in case log channel to case embed 2020-08-10 03:22:57 +03:00
Dragory
c5bb652a4c Use server timezone and date formats in case summaries. Link to cases in case log channel from case summaries. 2020-08-10 03:18:34 +03:00
Dragory
6b4e01ef82 !userinfo: link cases when possible 2020-08-10 02:38:49 +03:00
Dragory
4275104de7 When updating cases, update existing case embed in case log channel if possible 2020-08-10 02:35:47 +03:00
Dragory
d7a93451c0 !userinfo: mention roles, sort by hierarchy 2020-08-10 02:25:19 +03:00
Dragory
9892ab28db validateGuildConfig: also catch StrictValidationError 2020-08-10 02:22:56 +03:00
Dragory
bd05095429 automod: add role_added and role_removed triggers 2020-08-10 02:22:39 +03:00
Dragory
a998d7e79c automod: change_nickname action can now also take simply a string value 2020-08-10 01:37:20 +03:00
Dragory
2908c3d333 Small tweaks/code cleanup 2020-08-10 01:34:45 +03:00
Dragory
91305d2941 Fixes to RegExpRunner usage in !search and !bansearch, validate that input regex is valid 2020-08-10 01:31:32 +03:00
Dragory
917b2d25a5 Add -match option to !clean 2020-08-10 01:09:45 +03:00
Dragory
290710642e Update to knub@30.0.0-beta.21, knub-command-manager@8.1.2 2020-08-10 01:04:45 +03:00