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

938 commits

Author SHA1 Message Date
almeidx
78f68f0d8a removed unnecessary non-null operator 2021-07-28 22:29:52 +01:00
almeidx
736cb3a9af renamed ErisError to DiscordJSError, use rateLimit event instead of debug, renamed the TOKEN variable back 2021-07-28 16:43:56 +01:00
almeidx
517f6411b3 fix: updated some properties that were renamed on the discord.js side 2021-07-28 16:08:36 +01:00
Dark
58b56a467c Various bugfixes and change ct.anyId return to Snowflake 2021-07-27 04:19:11 +02:00
Dark
63d143a0ce DJS Update, Full Import Cleanup 2021-07-25 14:32:08 +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
2a669267cb Add sticker count to server info embed
Still need to wait on DJS update for actual sticker count
2021-07-04 17:48:26 +02:00
Dark
e5730d0b85 Update DJS 2021-07-04 17:41:44 +02:00
Dark
d8cf71d475 Update DJS 2021-07-01 04:42:44 +02:00
Dark
bf0886406d Add missing logtypes, add change visualization 2021-07-01 04:40:39 +02:00
Dark
da783eecef Add logging for threads and stages 2021-07-01 02:21:16 +02:00
Dark
e767fac11f Proper button validation, bugfix for voice move spam 2021-07-01 00:30:48 +02:00
Dark
6e2bd28691 Change DiscordRESTError to DiscordAPIError 2021-06-30 23:06:02 +02:00
Dark
bbf52a5951 Upgrade DJS, fix bugs 2021-06-30 18:43:42 +02:00
Dark
2977363dc0 Type fixes for djs 2021-06-30 04:56:56 +02:00
Dark
a99dddef7a Button role improvements, proper validation 2021-06-22 02:49:31 +02:00
Dark
fb7e926a27 misc. bugfixes 2021-06-21 01:36:53 +02:00
Dark
0dd6f7182e Switch pagination to buttons 2021-06-21 01:36:35 +02:00
Dark
0560ddf4b8 Add member_leave automod trigger
At least i think so - cant test it until knub changes are done
2021-06-17 02:30:12 +02:00
Dark
49ec266652 Allow !clean to delete messages not already saved
If a message is found that is not stored, we save it and then bulk delete
2021-06-17 02:10:23 +02:00
Dark
d89abcd54a Remove unnecessary cache lookup 2021-06-17 01:32:38 +02:00
Dark
400fe7e835 Move action handlers to util file 2021-06-08 04:47:36 +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
b5ca59df8d Expand button reactions functionality 2021-06-06 23:02:24 +02:00
Dark
34ead92448 WIP: Button Reactions
This still needs some cleanup and some functionality straight up doesn't work or is only a POC
2021-06-06 04:57:05 +02:00
Dark
18fe83c65f Properly order reaction roles 2021-06-06 02:41:06 +02:00
Dark
167cf2adf1 Remove erroneous lock
Lock was acquired here and in the actual method, causing the actual method to wait 10 minutes for the timeout
2021-06-03 02:34:06 +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
293a850075 More rework progress, mostly done up to ModActions 2021-06-01 04:33:02 +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
2565c773bb Fix 2021-05-24 20:57:05 +03:00
Dragory
bb7db8aa4c logs: fix excluded_roles for messages (vol 2) 2021-05-24 20:55:03 +03:00
Dragory
10b25ad7a9 logs: fix excluded_roles for messages 2021-05-24 20:43:46 +03:00
Dragory
93e065328d Move ratelimiterOffset to rest.ratelimiterOffset 2021-05-23 18:34:23 +03:00
Dragory
53dfb4bd11 Set Eris ratelimiterOffset to 150 in an attempt to avoid global 429s 2021-05-23 18:31:46 +03:00
Dragory
df0a0718e5 Validate override criteria and extra criteria. When loading existing configs, silently remove invalid overrides. 2021-05-23 18:10:23 +03:00
Dragory
a8cc09c0dd Fix antiraid_level override 2021-05-23 17:15:15 +03:00
Dragory
8011885dc0 More initialization order fixes (vol 2) 2021-05-23 17:13:11 +03:00
Dragory
9b6ee0b454 More initialization order fixes 2021-05-23 17:01:08 +03:00
Dragory
1c81c8cf50 mutes: fix pluginData.state being initialized too late 2021-05-23 16:58:47 +03:00
Dragory
7f8289d246 Temporarily disable guild auto-leaving 2021-05-23 16:51:55 +03:00
Dragory
047174fbc4 Update to Knub30.0.0-beta.37 and Eris 0.15, first pass 2021-05-23 14:35:16 +03:00