3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-23 01:25:02 +00:00
Commit graph

62 commits

Author SHA1 Message Date
Dragory
1e50e459f3 Disallow anchors/aliases to objects when loading config YAML 2021-08-14 18:22:29 +03:00
Dragory
744362da19 Tweaks to hasDiscordPermissions() 2021-08-14 16:30:40 +03:00
Dragory
e60b4e9721 Fix error in log userMention() function
The function assumed a GuildMember object where a new
IConfigAccessibleMember object was used instead.
2021-08-14 15:42:32 +03:00
almeidx
c932333971 upgrade discord.js 2021-08-04 20:45:42 +01:00
Dark
ea8a02f8b2 Fix log bugs 2021-07-29 19:08:22 +02:00
almeidx
29887bce2d removed unnecessary collector filters 2021-07-29 17:24:53 +01:00
almeidx
27d5c1a445 Use SnowflakeUtil.deconstruct 2021-07-29 13:14:45 +01:00
almeidx
a23822844c remove camelcase permission stuff 2021-07-29 13:00:45 +01:00
almeidx
9ffc91e5fa removed unnecessary string literal and simplified stuff 2021-07-29 10:08:55 +01:00
Nils
d11f08ee8d Merge pull request #3 from almeidx/smol-refactor
Smol refactor
2021-07-29 03:03:38 +02:00
almeidx
c21e779c03 user.tag 2021-07-29 00:37:19 +01:00
Dark
0e2b279970 Include Sticker and Emoji events in Logs 2021-07-29 01:02:29 +02:00
Dark
de85ba37b9 More fixes, change rest of stripObjectToScalars to configAccessibleObj 2021-07-21 22:14:09 +02:00
Dark
d24aea7c5c Start move to configAccessibleObjects, exclude perm overrides from logs
configAccessibleObjects are used to guarantee backwards compatibility and consistency.
Perm overrides from our own plugins are ignored as to not spam logs through bot managed slowmode or companion channels
2021-07-06 05:23:47 +02:00
Dark
1c7e97c785 Fix various bugs, update djs 2021-07-04 23:14:12 +02:00
Dark
e5730d0b85 Update DJS 2021-07-04 17:41:44 +02:00
Dark
6e2bd28691 Change DiscordRESTError to DiscordAPIError 2021-06-30 23:06:02 +02:00
Dark
2977363dc0 Type fixes for djs 2021-06-30 04:56:56 +02:00
Dark
0dd6f7182e Switch pagination to buttons 2021-06-21 01:36:35 +02:00
Dark
1c8354b39d Make message with default buttons stateful 2021-06-08 04:34:32 +02:00
Dark
38a5e07be8 Formatting and initial ButtonRoles DB work 2021-06-08 02:23:30 +02:00
Dark
addb614023 Organise all imports, make Mutes depend on Logs 2021-06-06 23:51:32 +02:00
Dark
a07ca88c13 More fixes, waitForInteraction (replacement for waitForReaction) 2021-06-02 23:41:05 +02:00
Dark
1ee016e85e Bot now connects, lint fixes 2021-06-02 19:35:44 +02:00
Dark
c99e745f89 Finish preliminary rework, ready to test 2021-06-02 04:07:50 +02:00
Dark
3883b5b749 More rework progress, remove all eris imports 2021-06-01 02:05:55 +02:00
Dark
92cf7f31f9 Pre-plugin moves 2021-05-31 21:12:24 +02:00
Dark
9509be5e65 Start move to d.js 2021-05-31 03:30:55 +02:00
Dragory
08722ab643 Fix hasDiscordPermission() when checking against multiple permissions 2021-04-11 14:12:58 +03:00
Nils
eb7ac72cd4 Enforce unified lock names by using functions to generate lock keys (#165) 2021-04-02 16:43:13 +03:00
Dragory
30426960e7 automod: add triggers for mod actions 2021-02-14 16:58:02 +02:00
Dragory
b5d659fdcc Improve empty message detection when rendering tags 2020-12-23 02:27:45 +02:00
Dragory
36dd1a52ab Add utility function to create paginated messages 2020-12-15 15:13:31 +02:00
Dragory
409fc68fc7 Add comment clarifying WithRequiredProps 2020-11-09 20:43:10 +02:00
Dragory
6f2d5a3784 Turn on strict TS compilation. Fix up and tweak types accordingly. 2020-11-09 20:03:57 +02:00
Dragory
d0fe2dea04 Update to new Knub 30 beta. Code clean-up. 2020-10-01 01:43:38 +03:00
Dragory
c2538063d5 automod: fix normalize not trimming whitespace in ascii-only messages 2020-09-16 22:33:24 +03:00
Dragory
5f28d3513e Encrypt message data at rest 2020-09-16 22:32:43 +03:00
Dragory
fd6a9cae84 Include stripMarkdown.ts
Was originally supposed to be part of
commit cb5723db7c
2020-09-15 01:35:59 +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
b6e99f6c02 Centralize DM logic, don't attempt DMs for an hour after a 20026 error 2020-08-21 03:44:38 +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
425f6e6674 Add case icons. Clean up !cases. Allow customizing case colors and icons. 2020-08-11 04:16:06 +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